Data package version ID

circle-exclamation

API test authentication

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
chevron-right
200

A data package version, including download details.

application/json

Summary information about a data package version.

idstringRequiredExample: 110012
urlstring · uriRequiredExample: https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110012
createdOnstring · dateRequiredExample: 2021-04-01
reasonstring · enumRequiredPossible values:
supplyTypestring · enumRequiredPossible values:
productVersionstringRequiredExample: E37 December 2015 Update
formatstringOptionalExample: CSV
dataPackageUrlstring · uriOptionalExample: https://api.os.uk/downloads/v1/dataPackages/0040046952
nextVersionUrlstring · uriOptional

Only populated if there is a newer version of the data package.

Example: https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110013
previousVersionUrlstring · uriOptional

Only populated if there is an older version of the data package.

Example: https://api.os.uk/downloads/v1/dataPackages/0040046952/versions/110011
get
/dataPackages/{dataPackageId}/versions/{versionId}

Last updated

Was this helpful?