ConsoleCatalog
Sign in
UN Data logo

UN Data

data.un.orgGovernment Legalno auth

UN data portal - datasets, indicators, locations, and time-series tables.

Indicator Catalog Listing

ASYNCREADNo auth

Returns the indicator and dataset catalog with names, descriptions, and sources, optionally filtered by keyword.

ParametersFormJSON

Dataportal appState session token (appStateGuid) required as the df query parameter

Optional case-insensitive filter applied to indicator name and description fields

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_data_un_org_indicator_catalog_listing",
    "params": {
      "df": "f2847225-7eb1-4c87-8bd1-4b00c64c00dc",
      "search_query": "fertility"
    }
  }'