API Documentation
- GET /data/{latitude}/{longitude}/
Get weather weekly datafrom meteoAPI based on latitude and longitude
- Parameters:
latitude (string) – Latitude of location
longitude (string) – Longitude of location
latitude
longitude
- Status Codes:
200 OK – Success response with fetched data
400 Bad Request – Bad request
- Response JSON Object:
[].date (string)
[].estimated_energy (number)
[].temp_max (number)
[].temp_min (number)
[].weather_code (integer)
- GET /summary/{latitude}/{longitude}/
Get weather weekly summary datafrom meteoAPI based on latitude and longitude
- Parameters:
latitude (string) – Latitude of location
longitude (string) – Longitude of location
latitude
longitude
- Status Codes:
200 OK – Success response with fetched data
400 Bad Request – Bad request
- Response JSON Object:
average_pressure (number)
average_sunshine_hours (number)
max_temperature (number)
min_temperature (number)
weekly_summary (string)