Provenance
PublisherWorld Bank
API basehttps://api.worldbank.org/v2
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
getIndicator
readFetch 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
readList/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
readStatic API overview + curated high-value energy indicators
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
