OpenData product details

Returns details about a specific OpenData product.

get
Path parameters
productIdstringRequired

The id of the product.

Responses
200
Successful response.
application/json
get
GET /downloads/v1//products/{productId} HTTP/1.1
Host: api.os.uk
Accept: */*
{
  "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?