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 'X-API-Key: YOUR_API_KEY'
I'm integrating a Indonesia 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 Important note: 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. Source: Badan Pusat Statistik (BPS) (https://webapi.bps.go.id/developer/) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs API key Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.