Get Data
get_dataFetch UNESCO UIS statistic values: education, literacy, school enrollment/completion, science (R&D) and culture indicators. Returns {records:[{indicatorId,geoUnit,year,value}]}. Indicator IDs come from list_indicators; geoUnit is an ISO3 country code (e.g. "BRA") from list_geounits. Both accept one or many (comma-separated) values; empty records means no data for that indicator/country/year combination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Last year (inclusive), e.g. 2020. | |
| start | No | First year (inclusive), e.g. 2015. | |
| geoUnit | Yes | ISO3 country/region code(s) from list_geounits, e.g. "BRA". Multiple comma-separated: "BRA,ARG". | |
| indicator | Yes | Indicator ID(s) from list_indicators, e.g. "CR.1" or "10". Multiple comma-separated: "CR.1,CR.2". |