Data package version ID
Get a specific data package version, including details of the files that are available to download.
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
dataPackageIdstringRequired
The id of the data package.
versionIdstringRequired
The id of the data package version, or the string 'latest'.
Responses
200
A data package version, including download details.
application/json
Summary information about a data package version.
idstringRequiredExample:
110012urlstring · uriRequiredExample:
https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110012createdOnstring · dateRequiredExample:
2021-04-01reasonstring · enumRequiredPossible values:
supplyTypestring · enumRequiredPossible values:
productVersionstringRequiredExample:
E37 December 2015 UpdateformatstringOptionalExample:
CSVdataPackageUrlstring · uriOptionalExample:
https://api.os.uk/downloads/v1/dataPackages/0040046952nextVersionUrlstring · uriOptionalExample:
Only populated if there is a newer version of the data package.
https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110013previousVersionUrlstring · uriOptionalExample:
Only populated if there is an older version of the data package.
https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110011401
The API key or OAuth 2 access token is missing or invalid.
application/json
404
The request does not match any known content. The response will contain a human readable message, and may also contain links to help you navigate to other API endpoints.
application/json
get
/dataPackages/{dataPackageId}/versions/{versionId}Last updated
Was this helpful?