PASAR API
Official government prayer-time API returning JSON (imsak/fajr/syuruk/dhuhr/asr/maghrib/isha) per zone, with Hijri date. No auth. Verified returns live JSON; undocumented but stable public endpoint widely used.
View docs ↗ More Government services APIscurl 'https://www.e-solat.gov.my/index.php?r=esolatApi/takwimsolat&period=today&zone=WLY01'
I'm building an app using a free Malaysia API (no auth needed). API: JAKIM e-Solat Prayer Times API Provider: JAKIM Endpoint: GET https://www.e-solat.gov.my/index.php?r=esolatApi/takwimsolat&period=today&zone=WLY01 It returns JSON. Source: JAKIM (https://www.e-solat.gov.my/) Source type: Curated source Endpoint type: Provider API base URL Integration difficulty: Copy-paste ready Last checked: 2026-06-30 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.