Provenance
Freshness & coverage
Methods (2)
getIndicator
readFetch an IEA indicator filtered by country (IEA code), product, flow, and year range.
Required paramsindicatorInput schema
{ "type": "object", "properties": { "indicator": { "type": "string" }, "country": { "type": "string" }, "product": { "type": "string" }, "flow": { "type": "string" }, "fromYear": { "type": "number" }, "toYear": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "indicator" ] }getServiceInfo
readKnown indicators, product codes, and the country-code/full-series quirks.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
