FinancePopular

Public Holidays API

Comprehensive GCC public holiday data for 6 countries across 4 years (2024–2027). Supports listing, date checking, next-holiday queries, and filtering by type and month. Covers public, Islamic, and national holidays.

Endpoint:/v1/holidays
Method:GET
Latency:~5ms

Try it out

GET/v1/holidays

Parameters

Code

curl
curl -X GET "https://khaleejiapi.dev/api/v1/holidays?country=AE&year=2025" \
-H "X-API-Key: your_api_key"

Parameters

ParameterTypeRequiredDescription
countrystringOptionalGCC country code (AE, SA, KW, BH, OM, QA)
yearnumberOptionalYear to list holidays for (2024–2027)
typestringOptionalFilter by type: public, islamic, national
monthnumberOptionalFilter by month (1–12)
datestringOptionalCheck if a specific date (YYYY-MM-DD or 'today') is a holiday
modestringOptionalSpecial modes: 'next' (upcoming holiday) or 'check' (date check)

Query Modes

Standard Listing (default)

Returns all holidays for the specified country and year. Supports filtering by type and month. Includes total counts, next upcoming holiday, and available years.

mode=next

Returns the next upcoming holiday for the country, including days until the holiday and whether it's currently ongoing.

mode=check / date=YYYY-MM-DD

Check if a specific date is a holiday, weekend, or day off. Use date=today for the current date.

Supported Countries

CountryCodeWeekend
UAEAESat–Sun
Saudi ArabiaSAFri–Sat
KuwaitKWFri–Sat
BahrainBHFri–Sat
OmanOMFri–Sat
QatarQAFri–Sat

Rate Limits

PlanRequests/MonthRate Limit
Free1,00010 req/min
Starter10,00060 req/min
Professional100,000300 req/min
Business500,0001,000 req/min