---
title: "Returns a list of the OpenData products that are available to download."
method: GET
path: "/products"
tags: ["OpenData"]
---

# Returns a list of the OpenData products that are available to download.

`GET /products`

## Query parameters

- `expanded` boolean

## Response `200`

Successful response.

- Product[]
  - `id` string, required
  - `name` string, required
  - `description` string[], required
  - `version` string, required
  - `thirdPartyInfo` ThirdPartyInfo — Information about the data provider for third-party products.
    - `dataProvider` object, required
      - `name` string, required
      - `shortName` string, required
      - `homepage` string, required
      - `logoUrl` string, uri, required
    - `supportingInfo` object[], required
      - `name` string, required
      - `link` string, uri, required
    - `alsoAvailable` object[], required
      - `name` string, required
      - `link` string, uri, required
    - `supportEmail` string, email, required
  - `url` string, required
  - `documentationUrl` string
  - `areas` Area[]
  - `dataStructures` string[]
  - `category` string
  - `categories` string[]
  - `formats` Format[]
    - `format` string, required — File format used for the download.
    - `subformat` string — Optional subformat, used when a product is available in more than one style.
  - `imageCount` integer
  - `imageTemplate` string
  - `downloadsUrl` string, uri
  - `warning` string
  - `endOfLife` string

---

[API](https://skmtc.net/ordnance-survey/apis/ordnance-survey-download-api.md) · [All operations](https://skmtc.net/ordnance-survey/apis/ordnance-survey-download-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ordnance-survey/ordnance-survey-download-api/revisions/c2df1360dd0b/schema)
