National reporting platform - SDG is a publicly available tool serving dissemination and presentation of indicators monitoring Sustainable Development Goals (SDGs) of the 2030 Agenda (with data for Poland) and a set of indicators for monitoring sustainable development on the level of the country.
The SDG API (Application Programming Interface) allows to browse and download for further processing the full range of data and metadata for global and national indicators monitoring the Sustainable Development Goals (SDGs) of the 2030 Agenda in Poland.
The data is made available through REST API in JSON format. In the Instruction the list presents available web services provided as part of the API.
For API security reasons, quantitative limits are imposed on the number of requests. For unauthenticated requests, the rate limit allows for up to 60 requests per hour. For API requests using OAuth, you can make up to 5000 requests per hour. To use OAuth, you need to create account on Github and generate personal access token in developer settings. Then set the Authorization header with token in your request. For example:
curl -H "Accept:application/vnd.github.v3.raw" -H "Authorization: token generated_token" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/1/1-1-1.json"
For more information, please visit:
help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
developer.github.com/v3/auth/
Status code | Definition | Message |
---|---|---|
200 | OK | The request was successful and the response body contains the representation requested |
302 | FOUND | A common redirect response; you can GET the representation at the URI in the Location response header |
304 | NOT MODIFIED | There is no new data to return |
400 | BAD REQUEST | The request was invalid or cannot be otherwise served |
401 | UNAUTHORIZED | The authentication credentials are missing, or if supplied are not valid or not sufficient to access the resource |
403 | FORBIDDEN | The request has been refused |
404 | NOT FOUND | The URI requested is invalid or the resource requested does not exists |
406 | NOT ACCEPTABLE | The request specified an invalid format |
410 | GONE | This resource is gone |
500 | INTERNAL SERVER ERROR | Something is horribly wrong |
502 | BAD GATEWAY | The service is down or being upgraded |
503 | SERVICE UNAVAILABLE | The service is up, but overloaded with requests |
504 | GATEWAY TIMEOUT | Servers are up, but the request couldn’t be serviced due to some failure within our stack |
The list below presents available web services provided as part of the API.
This method allows users to download metadata for all national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national_metadata.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national_metadata.json
200
This method allows users to download titles for all national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/list.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/list.json
200
This method allows users to download data for all national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national_data.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national_data.json
200
This method allows users to download metadata for all global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global_metadata.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global_metadata.json
200
This method allows users to download titles for all global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/list.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/list.json
200
This method allows users to download data for all global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global_data.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global_data.json
200
This method allows users to download data and metadata for all national indicators from chosen goal in English.
Name | Description |
---|---|
goal | number of indicator's goal ( 1 - 17 ) |
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/1.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/1.json
200
This method allows users to download data and metadata for all global indicators from chosen goal in English.
Name | Description |
---|---|
goal | number of indicator's goal ( 1 - 17 ) |
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/1.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/1.json
200
This method allows users to download data and metadata for chosen national indicator in English.
Name | Description |
---|---|
goal | number of indicator's goal ( 1 - 17 ) |
num | numer of indicator |
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/1/1-1-b.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/1/1-1-b.json
200
This method allows users to download data and metadata for chosen global indicator in English.
Name | Description |
---|---|
goal | number of indicator's goal ( 1 - 17 ) |
num | numer of indicator |
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/1/1-1-1.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/1/1-1-1.json
200
This method allows users to download data and metadata for sex-disaggregated global and national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/sex.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/sex.json
200
This method allows users to download data and metadata for sex-disaggregated national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/sex_n.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/sex_n.json
200
This method allows users to download data and metadata for area-disaggregated national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/area_n.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/national/area_n.json
200
This method allows users to download data and metadata for all global sex-disaggregated global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/sex_g.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/sex_g.json
200
This method allows users to download data and metadata for area-disaggregated global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/area_g.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/global/area_g.json
200
This method allows users to download data and metadata for area-disaggregated global and national indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/area.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/area.json
200
This method allows users to download data and metadata for all CBD global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/cbd.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/cbd.json
200
This method allows users to download data and metadata for all CITES global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/cites.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/cites.json
200
This method allows users to download data and metadata for all DESA-Financing global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/desa-financing.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/desa-financing.json
200
This method allows users to download data and metadata for all DESA-PopDiv global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/desa-popdiv.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/desa-popdiv.json
200
This method allows users to download data and metadata for all DESA-UNSD global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/desa-unsd.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/desa-unsd.json
200
This method allows users to download data and metadata for all FAO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/fao.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/fao.json
200
This method allows users to download data and metadata for all ICAO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/icao.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/icao.json
200
This method allows users to download data and metadata for all IEA global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/iea.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/iea.json
200
This method allows users to download data and metadata for all ILO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ilo.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ilo.json
200
This method allows users to download data and metadata for all IMF global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/imf.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/imf.json
200
This method allows users to download data and metadata for all IOM global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/iom.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/iom.json
200
This method allows users to download data and metadata for all IPU global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ipu.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ipu.json
200
This method allows users to download data and metadata for all ITC global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/itc.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/itc.json
200
This method allows users to download data and metadata for all ITU global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/itu.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/itu.json
200
This method allows users to download data and metadata for all IUCN global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/iucn.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/iucn.json
200
This method allows users to download data and metadata for all OECD global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/oecd.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/oecd.json
200
This method allows users to download data and metadata for all OECD-Development global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/oecd-development.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/oecd-development.json
200
This method allows users to download data and metadata for all OHCHR global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ohchr.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ohchr.json
200
This method allows users to download data and metadata for all PARIS21 global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/paris21.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/paris21.json
200
This method allows users to download data and metadata for all Ramsar global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ramsar.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/ramsar.json
200
This method allows users to download data and metadata for all UN-DOALOS global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/un-doalos.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/un-doalos.json
200
This method allows users to download data and metadata for all UN-Habitat global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/un-habitat.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/un-habitat.json
200
This method allows users to download data and metadata for all UNAIDS global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unaids.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unaids.json
200
This method allows users to download data and metadata for all UNCCD global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unccd.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unccd.json
200
This method allows users to download data and metadata for all UNCTAD global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unctad.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unctad.json
200
This method allows users to download data and metadata for all UNDP global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/undp.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/undp.json
200
This method allows users to download data and metadata for all UNDRR global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/undrr.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/undrr.json
200
This method allows users to download data and metadata for all UNECE global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unece.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unece.json
200
This method allows users to download data and metadata for all UNEP global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unep.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unep.json
200
This method allows users to download data and metadata for all UNEP-WCMC global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unep-wcmc.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unep-wcmc.json
200
This method allows users to download data and metadata for all UNESCO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unesco.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unesco.json
200
This method allows users to download data and metadata for all UNESCO-IOC global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unesco-ioc.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unesco-ioc.json
200
This method allows users to download data and metadata for all UNESCO-UIS global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unesco-uis.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unesco-uis.json
200
This method allows users to download data and metadata for all UNFCCC global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unfccc.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unfccc.json
200
This method allows users to download data and metadata for all UNFPA global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unfpa.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unfpa.json
200
This method allows users to download data and metadata for all UNICEF global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unicef.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unicef.json
200
This method allows users to download data and metadata for all UNIDO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unido.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unido.json
200
This method allows users to download data and metadata for all UNODC global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unodc.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unodc.json
200
This method allows users to download data and metadata for all UNWTO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unwto.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unwto.json
200
This method allows users to download data and metadata for all UNWoman global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unwoman.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/unwoman.json
200
This method allows users to download data and metadata for all WHO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/who.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/who.json
200
This method allows users to download data and metadata for all WHO-FCTC global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/who-fctc.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/who-fctc.json
200
This method allows users to download data and metadata for all WTO global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/wto.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/wto.json
200
This method allows users to download data and metadata for all World-Bank global indicators in English.
No input parameters
Response content type: application/json
curl -H "Accept:application/vnd.github.v3.raw" "https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/world-bank.json"
https://api.github.com/repos/statisticspoland/sdg-indicators-pl/contents/api/v1/en/custodian/world-bank.json
200
The use of data is possible on the basis of Attribution 4.0 International licence (CC BY 4.0.) https://creativecommons.org/licenses/by/4.0/
Please send technical notifications to the address sdg_support@stat.gov.pl (giving in the subject: SDG API – technical problem).
Any other notifications send to the address SDG@stat.gov.pl (giving in the subject: SDG API – information).
Statistics Poland
Aleja Niepodległości 208
00-925 Warszawa
Go to the Statistics Poland Portal
Copyright © 2018-2024 Statistics Poland