Get Weather Data
Weather Data
Get Weather Data
Retrieve a single weather data record with full arrays
GET
Get Weather Data
GET /weatherdata/
Fetch the complete details of a weather data record, including the full hourly (or sub-hourly) weather arrays.Notes
- Requires a valid JWT (any role).
- The
weather_data_idpath parameter is the workspace-scoped integer index. - Returns 404 if the weather data record does not exist or does not belong to the current workspace.
- Unlike the list endpoint, this response includes the full weather data arrays (
ghi,dhi,windSpeed,temperature, etc.). - See
GET /weatherdatato list all records (metadata only). - See
DELETE /weatherdata/{weather_data_id}to remove this record.
