OECD

The OECD provides programmatic access to OECD data through an application programming interface (API) based on the SDMX standard. These APIs are free of charge and are offered subject to your acceptance of OECD Terms and Conditions.

1 APIs 0 Features
DataStatisticsEconomicsSDMX

APIs

OECD Data API

The OECD provides programmatic access to OECD data through an application programming interface (API) based on the SDMX standard. These APIs are free of charge and are offered s...

Collections

Pricing Plans

Oecd Plans Pricing

3 plans

PLANS

Rate Limits

Oecd Rate Limits

5 limits

RATE LIMITS

FinOps

Oecd Finops

FINOPS

Resources

🔗
DomainSecurity
DomainSecurity
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
📜
TermsOfService
TermsOfService

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: OECD SDMX REST API
  version: 2.0.0
items:
- info:
    name: Data
    type: folder
  items:
  - info:
      name: Retrieve data (SDMX v1.5 path)
      type: http
    http:
      method: GET
      url: https://sdmx.oecd.org/public/rest/data/:flow/:key
      params:
      - name: flow
        value: ''
        type: path
        description: Full dataflow reference, e.g. `OECD.ENV.EPI,DSD_ECH@EXT_DROUGHT,1.0`
      - name: key
        value: ''
        type: path
        description: Dot-separated dimension key (use `all` to retrieve everything)
      - name: startPeriod
        value: ''
        type: query
        description: Start of time period (e.g. 2020)
      - name: endPeriod
        value: ''
        type: query
        description: End of time period (e.g. 2024)
      - name: dimensionAtObservation
        value: ''
        type: query
      - name: updatedAfter
        value: ''
        type: query
    docs: 'Retrieve observations for a dataflow filtered by a dimension key

      (dot-separated dimension codes). Supports SDMX content negotiation

      (XML / JSON / CSV) via the Accept header.

      '
  - info:
      name: Retrieve data (SDMX v2 path)
      type: http
    http:
      method: GET
      url: https://sdmx.oecd.org/public/rest/v2/data/dataflow/:agencyId/:flowId/:version/:key
      params:
      - name: agencyId
        value: ''
        type: path
      - name: flowId
        value: ''
        type: path
      - name: version
        value: ''
        type: path
      - name: key
        value: ''
        type: path
      - name: startPeriod
        value: ''
        type: query
      - name: endPeriod
        value: ''
        type: query
      - name: attributes
        value: ''
        type: query
      - name: measures
        value: ''
        type: query
      - name: updatedAfter
        value: ''
        type: query
    docs: 'SDMX v2.0.0 data query with explicit agency, dataflow, version and

      key components, plus enhanced attribute, measure, and update filters.

      '
- info:
    name: Structure
    type: folder
  items:
  - info:
      name: Retrieve dataflow metadata
      type: http
    http:
      method: GET
      url: https://sdmx.oecd.org/public/rest/dataflow/:agencyId/:resourceId/:version
      params:
      - name: agencyId
        value: ''
        type: path
      - name: resourceId
        value: ''
        type: path
      - name: version
        value: ''
        type: path
      - name: references
        value: ''
        type: query
      - name: detail
        value: ''
        type: query
    docs: Retrieve dataflow metadata
  - info:
      name: Retrieve data structure definition (DSD)
      type: http
    http:
      method: GET
      url: https://sdmx.oecd.org/public/rest/datastructure/:agencyId/:resourceId/:version
      params:
      - name: agencyId
        value: ''
        type: path
      - name: resourceId
        value: ''
        type: path
      - name: version
        value: ''
        type: path
    docs: Retrieve data structure definition (DSD)
  - info:
      name: Retrieve a code list
      type: http
    http:
      method: GET
      url: https://sdmx.oecd.org/public/rest/codelist/:agencyId/:resourceId/:version
      params:
      - name: agencyId
        value: ''
        type: path
      - name: resourceId
        value: ''
        type: path
      - name: version
        value: ''
        type: path
    docs: Retrieve a code list
  - info:
      name: Retrieve a concept scheme
      type: http
    http:
      method: GET
      url: https://sdmx.oecd.org/public/rest/conceptscheme/:agencyId/:resourceId/:version
      params:
      - name: agencyId
        value: ''
        type: path
      - name: resourceId
        value: ''
        type: path
      - name: version
        value: ''
        type: path
    docs: Retrieve a concept scheme
bundled: true