PASAR API
Keyless JSON API listing Indonesia's national holidays and joint-leave (cuti bersama) days by year, each flagged is_national_holiday. Free, no auth, GET with a year query. ID-first.
View docs ↗ More Data & enrichment APIscurl 'https://libur.deno.dev/api?year=2026'
I'm building an app using a free Indonesia API (no auth needed). API: Hari Libur Nasional API ~ Indonesian public holidays & cuti bersama Provider: libur.deno.dev (community) Endpoint: GET https://libur.deno.dev/api?year=2026 It returns JSON. Source: libur.deno.dev (community) (https://libur.deno.dev/) Source type: Curated source Endpoint type: Provider API base URL Integration difficulty: Copy-paste ready Last checked: 2026-06-29 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.