v1
latestOpenAPI 3.1.02026-08-06118124285.7 KBForecast Data
Get uploaded raw data for forecast variable, up to 120 days
Getting the actual data previously uploaded for the given forecast variable. The range between these two dates can not exceed 120 days. Deprecated. Use ../actual-data instead.
get/v2/forecasts/forecast-variables/{externalForecastVariableId}/raw-data
Path parameters
externalForecastVariableIdstring required
Query parameters
externalUnitIdstring required
externalSectionIdstring
startTimestring date-time required
endTimestring date-time required
Response
OK
Example response
[
{
"externalForecastVariableId": "var-1",
"externalUnitId": "unit-1",
"externalSectionId": "section-1",
"dataPayLoad": [
{
"data": 100,
"timestamp": "2026-01-15T12:00:00Z"
}
],
"dataPayload": [
{
"data": 100,
"timestamp": "2026-01-15T12:00:00Z"
}
]
}
]