v1
latestOpenAPI 3.0.42026-07-233182951.4 MBTemperature
Temperature data (TEMP)
This endpoint provides daily average GB temperature data (in Celsius) as well as reference temperatures (low, normal and high). This average data is calculated by National Grid ESO from the data retrieved from 6 weather stations around Britain. NGESO use this data as part of the electricity demand forecasting process.
Date parameters must be provided in the exact format yyyy-MM-dd.
get/temperature
Query parameters
fromstring date
Example:2022-09-20
The from date for the filter. This must be in the format yyyy-MM-dd.
tostring date
Example:2022-09-21
The to date for the filter. This must be in the format yyyy-MM-dd.
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
OK
Example response
{
"metadata": {
"datasets": [
"DATASET"
]
}
}