OpenData product details

Returns details about a specific OS OpenData product.

get
Path parameters
productIdstringRequired

The id of the product.

Responses
application/json
objectOptional

Information about a product made available through this API.

get
GET /downloads/v1/products/{productId} HTTP/1.1
Host: api.os.uk
Accept: */*
{
  "id": "text",
  "name": "text",
  "description": [
    "text"
  ],
  "version": "text",
  "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?