---
title: "Available OECD indicators and member countries"
method: GET
path: "/api/v1/oecd/catalog"
tags: ["Global Economy & Trade"]
---

# Available OECD indicators and member countries

`GET /api/v1/oecd/catalog`

Return the full catalog of OECD indicators and member country codes.

## Response `200`

OECD indicator list and supported member countries with ISO codes.

- EnvelopeOecdCatalogData
  - `data` OecdCatalogData, required
    - `indicators` OecdIndicators, required
      - `interest_rate_short` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `interest_rate_long` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `cpi` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `industrial_production` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `retail_sales` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `composite_leading` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `unemployment` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `share_prices` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `gdp_growth` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `labour_participation` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `employment_rate` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
      - `house_price_index` CompositeLeading, required
        - `description` string, required — Human-readable description.
        - `frequency` string, required — Observation frequency (daily, weekly, monthly, quarterly, annual).
        - `unit` string, required — Unit of measure.
    - `countries` string[], required — List of country codes.
    - `indicator_count` integer, required — Total count of indicators in the catalog.
    - `country_count` integer, required — Total count of member countries in the catalog.
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/4e2740743eb4/schema)
