Historical Data Revision Version API
This API will return the current historical data revision version. This value is incremented whenever a change has been made to "final" data. The frequency of these changes are rare, but users can query this API to see if it may be necessary to retrieve updated historical data from the API.
Base URL
HTTP: http://api.weatherbit.io/v2.0/history/revision_version
HTTPS: https://api.weatherbit.io/v2.0/history/revision_version
Supported Methods: GET
Request Parameters
key=[key] (REQUIRED - Your Weatherbit API Key)
Example Request:
https://api.weatherbit.io/v2.0/history/revision_version?key=API_KEY
Example Response (JSON):
{
"revision_version": "1.0"
}
Field Decriptions:
revision_version
Final data revision version - Incremented when final data revisions occur (rare).