Public API

Free calendar data API

Static JSON for US & world public holidays, FOMC meeting dates, sports schedules and finance calendars. HTTPS, CORS-open, no authentication, no rate limit.

Quick start

curl https://the-calendar.net/api/holidays/us-federal/2026.json

Sample endpoints

99 endpoints total. See the complete machine-readable list at /api/index.json.

Categories

Response shape

{
  "country": "US",
  "kind": "federal",
  "year": 2026,
  "source": "5 U.S.C. § 6103",
  "holidays": [
    { "name": "New Year's Day", "date": "2026-01-01", "observed": null, "weekday": "Thursday", "note": null }
  ]
}

Terms

Licence: CC BY 4.0. Attribution: link back to the-calendar.net. No authentication, no rate limit, CORS open (Access-Control-Allow-Origin: *). Also available as downloadable .ics calendars.