StudioAPI Docs Get a key
View as Markdown
reference/libur

Base path: /api/v1/libur

Endpoints

MethodPathQueryDescription
GET/tahun, bulanList holidays ordered by date.
GET/upcomingNext 10 holidays from today.
GET/:idHoliday by id.

Example

curl "https://use.studioapi.dev/api/v1/libur?tahun=2026&bulan=01" \
  -H "x-api-key: $STUDIOAPI_KEY"

Response items: id, date, name, type (nasional / cuti-bersama), is_joint_leave, description, source, year, is_active.

Errors

  • NOT_FOUND (404) — unknown holiday id.