Calendarific · Example Payload

Calendarific List Countries Example

CalendarPublic APIsHolidaysWorldwideLocalization

Calendarific List Countries Example is an example object payload from Calendarific, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metaresponse

Example Payload

Raw ↑
{
  "meta": {
    "code": 200
  },
  "response": {
    "countries": [
      {
        "country_name": "United States",
        "iso-3166": "US",
        "total_holidays": 198,
        "supported_languages": 4,
        "uuid": "8b58b7d0-1b3a-4b8a-9e2c-2f7a5c4f9e21"
      },
      {
        "country_name": "United Kingdom",
        "iso-3166": "GB",
        "total_holidays": 56,
        "supported_languages": 2,
        "uuid": "9a47c8c1-2c4b-5c9b-af3d-3f8b6d5fae32"
      },
      {
        "country_name": "India",
        "iso-3166": "IN",
        "total_holidays": 142,
        "supported_languages": 22,
        "uuid": "ab36d9c2-3d5c-6dac-b04e-4f9c7e6fbf43"
      }
    ]
  }
}