Skip to main content
GET
/
v1
/
series
/
{id}
/
revisions
Revision history for one observation
curl --request GET \
  --url https://api.vintl.io/v1/series/{id}/revisions \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key prefixed with vntl_live_

Path Parameters

id
string
required

Query Parameters

date
string<date>
required

The observation date to get revisions for

Response

200

All revisions ordered by as_of_date ascending

Last modified on March 29, 2026