OpenData products
Query parameters
expandedbooleanOptional
When specified, the full details of each product will be returned.
Responses
200
Successful response.
application/json
get
GET /downloads/v1//products HTTP/1.1
Host: api.os.uk
Accept: */*
200
Successful response.
[
{
"id": "text",
"name": "text",
"description": [
"text"
],
"version": "text",
"thirdPartyInfo": {
"dataProvider": {
"name": "text",
"shortName": "text",
"homepage": "text",
"logoUrl": "https://example.com"
},
"supportingInfo": [
{
"name": "text",
"link": "https://example.com"
}
],
"alsoAvailable": [
{
"name": "text",
"link": "https://example.com"
}
],
"supportEmail": "[email protected]"
},
"url": "text",
"documentationUrl": "text",
"areas": [
"GB"
],
"dataStructures": [
"Raster"
],
"category": "text",
"formats": [
{
"format": "text",
"subformat": "text"
}
],
"imageCount": 1,
"imageTemplate": "text",
"downloadsUrl": "https://example.com",
"warning": "text"
}
]
Last updated
Was this helpful?