Abstract API · JSON Structure

Public Holidays Holiday Structure

A public holiday entry

Type: object Properties: 12
AvatarsCompany EnrichmentContactsCurrencyEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Holiday is a JSON Structure definition published by Abstract API, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name name_local language description country location type date date_year date_month date_day week_day

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/public-holidays-holiday-structure.json",
  "name": "Holiday",
  "description": "A public holiday entry",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Holiday name in English",
      "example": "Easter Sunday"
    },
    "name_local": {
      "type": "string",
      "description": "Holiday name in local language",
      "example": "Paques"
    },
    "language": {
      "type": "string",
      "description": "Language of the local name",
      "example": "FR"
    },
    "description": {
      "type": "string",
      "description": "Additional details about the holiday",
      "example": "Easter Sunday marks the resurrection of Jesus Christ"
    },
    "country": {
      "type": "string",
      "description": "Country code",
      "example": "US"
    },
    "location": {
      "type": "string",
      "description": "Specific region where holiday applies",
      "example": ""
    },
    "type": {
      "type": "string",
      "description": "Holiday classification",
      "example": "National",
      "enum": [
        "National",
        "Local",
        "Religious",
        "Observance",
        "Season",
        "Clock Change/Daylight Saving Time"
      ]
    },
    "date": {
      "type": "string",
      "description": "Holiday date in MM/DD/YYYY format",
      "example": "04/20/2025"
    },
    "date_year": {
      "type": "string",
      "description": "Year of the holiday",
      "example": "2025"
    },
    "date_month": {
      "type": "string",
      "description": "Month of the holiday",
      "example": "04"
    },
    "date_day": {
      "type": "string",
      "description": "Day of the holiday",
      "example": "20"
    },
    "week_day": {
      "type": "string",
      "description": "Day of the week",
      "example": "Sunday"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/public-holidays-holiday-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.