PUBLIC TOOL · AUTHENTICATION: NONE

Public Holidays

Build a direct Nager.Date request for a country and year.

calendarcountryscheduling

Execute

POST https://casemesh.top/api/tools/public-holidays/execute
Content-Type: application/json

{"country_code":"US","year":2026}

Definition

{
  "aliases": [
    "holidays",
    "bank holidays",
    "working days",
    "节假日"
  ],
  "authentication": "none",
  "capabilities": [
    "calendar",
    "country",
    "scheduling"
  ],
  "delivery": "instructional",
  "description": "Build a direct Nager.Date request for a country and year.",
  "execute_url": "https://casemesh.top/api/tools/public-holidays/execute",
  "executor": "agent",
  "input_example": {
    "country_code": "US",
    "year": 2026
  },
  "kind": "api",
  "name": "Public Holidays",
  "sources": [
    "https://date.nager.at"
  ],
  "tool_id": "public-holidays",
  "transport": "http"
}