Skip to main content
GET
/
weatherdata
List Weather Data
curl --request GET \
  --url https://api.example.com/weatherdata

GET /weatherdata

Returns metadata for all weather data records in the workspace. Use this to find available weather datasets before linking them to locations or running energy models.

Notes

  • Requires a valid JWT (any role).
  • The list response includes metadata (name, source, timestep count, subhourly flag) but does not include the full weather arrays. Use GET /weatherdata/{weather_data_id} to retrieve the complete dataset including array data.
  • See POST /weatherdata to create weather data from provided arrays, or POST /weatherdata/fetch to fetch from an external source.
  • See GET /locations?includeweatherdata=true to view weather data in the context of its parent location.