PASAR API
The official open API over BPS's statistics catalogue (GDP, inflation/CPI, poverty, population, trade, prices) as JSON. Free, open-source; sign up for a free app key, then call /v1/api/list and dataset endpoints. ID-first.
View docs ↗ More Other portals APIs# BPS Statistics Indonesia Web API ~ official national statistics needs an API key ~ get yours at: # https://webapi.bps.go.id/developer/ curl 'https://webapi.bps.go.id/v1/api' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: BPS Statistics Indonesia Web API ~ official national statistics Provider: Badan Pusat Statistik (BPS) Auth: requires an API key (sign up: https://webapi.bps.go.id/developer/) Pricing: free Base URL: https://webapi.bps.go.id/v1/api Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.