v1

OpenAPI 3.1.02026-07-13637.7 KB

List all indicators

Returns all 500+ indicators with categories and metadata.

get/api/v1/indicators

Response

List of indicators

countinteger
categoriesstring[]

Example response

{
  "data": [
    {
      "id": "IMF.NGDPD",
      "label": "GDP (Current USD, Billions)",
      "category": "Economy"
    }
  ]
}