PASAR API
Global, works for MY; full MY federal + state holidays (country=MY); API key as URL param; free tier 1,000 req/day.
View docs ↗ More Backend & devtools APIs# Calendarific ~ Malaysia public holidays API needs an API key ~ get yours at: # https://calendarific.com/api-documentation curl 'https://calendarific.com/api/v2' \ -H 'X-API-Key: YOUR_API_KEY'
I'm integrating a Southeast Asian API into my app. API: Calendarific ~ Malaysia public holidays API Provider: Calendarific Auth: requires an API key (sign up: https://calendarific.com/api-documentation) Pricing: freemium Base URL: https://calendarific.com/api/v2 Important note: Global, works for MY; full MY federal + state holidays (country=MY); API key as URL param; free tier 1,000 req/day. Source: Calendarific (https://calendarific.com/api-documentation) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-06-13 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.