PASAR API
Keyless JSON for 1,400+ indicators scoped to PHL — GDP, OFW remittances (BX.TRF.PWKR.CD.DT), poverty, internet use; ?format=json is mandatory or you get XML back. PH-first.
View docs ↗ More Data & enrichment APIscurl 'https://api.worldbank.org/v2/country/PHL/indicator/NY.GDP.MKTP.CD?format=json&mrv=2'
I'm building an app using a free Philippines API (no auth needed). API: World Bank Indicators ~ Philippine macro data API Provider: World Bank Endpoint: GET https://api.worldbank.org/v2/country/PHL/indicator/NY.GDP.MKTP.CD?format=json&mrv=2 It returns JSON. Source: World Bank (https://datahelpdesk.worldbank.org/knowledgebase/articles/889392-about-the-indicators-api-documentation) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON Integration difficulty: Copy-paste ready Last checked: 2026-07-03 Production caveat: Still handle empty rows, schema changes, pagination, stale coverage, and temporary upstream failures. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.