v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Holiday calendar data

List holidays

List calendar holidays

get/v1/holiday-calendar/{holiday_calendar_id}/holiday

Path parameters

holiday_calendar_idstring required
Example:8675309

Holiday calendar ID

Response

OK

current_pageinteger

Current page number

pagesinteger

Number of pages

per_pageinteger

Maximum number of items per page

total_itemsinteger

Total number of items

Example response

{
  "current_page": 1,
  "pages": 10,
  "per_page": 15,
  "total_items": 100,
  "items": [
    {
      "created_at": "2024-09-12T16:46:16.43663522",
      "deleted_at": "2023-10-10T10:50:18.212Z",
      "description": "Day to party like it's 1999",
      "holiday_calendar": {
        "id": 8675309,
        "name": "Brazil holiday calendar"
      },
      "holiday_date": "2023-12-01",
      "holiday_id": 8675309,
      "metadata": "{ \"key\": \"value\"}",
      "name": "New Year's Day",
      "updated_at": "2024-09-12T16:46:16.43663522"
    }
  ]
}