All data sources

World Bank

No authworld-bank

World Bank Open Data v2 — global energy & economic indicators by country. Energy & Mining topic (53 indicators): energy use per capita, access to electricity, renewable share, electricity by source, energy intensity, CO2 per capita, oil rents % of GDP, and energy imports. Query any indicator for one country or all, by year range.

Provenance

PublisherWorld Bank

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (3)

  • getIndicator

    read

    Fetch an indicator time series for a country (or all) by year range

    Input schema
    {
      "type": "object",
      "properties": {
        "indicator": {
          "type": "string",
          "examples": [
            "EG.FEC.RNEW.ZS"
          ]
        },
        "country": {
          "type": "string",
          "examples": [
            "USA"
          ]
        },
        "startYear": {
          "type": "number",
          "examples": [
            2015
          ]
        },
        "endYear": {
          "type": "number",
          "examples": [
            2020
          ]
        },
        "perPage": {
          "type": "number"
        }
      },
      "additionalProperties": false,
      "required": [
        "indicator"
      ]
    }

    Returns normalized rows + pagination meta

  • searchIndicators

    read

    List/search Energy & Mining (topic 5) indicators by id or name substring

    Input schema
    {
      "type": "object",
      "properties": {
        "query": {
          "type": "string",
          "examples": [
            "renewable"
          ]
        },
        "topic": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Static API overview + curated high-value energy indicators

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }