Chart
Professional
List all charts for given API key
get/{apikey}/charts
Path parameters
apikeystring required
Your personal API key
Response
OK
Example response
{
"result": [
{
"token": "0a1b2c3d",
"param": {
"apikey": "0000000000000000",
"lat": 51.548203,
"lon": 12.131052,
"dec1": 22,
"kWp1": 12.34
},
"comment": "lat: Latitude, lon: Longitude, dec?: Declination, az?: Azimuth"
}
],
"message": {
"type": "success"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.