
The Calendar is a public API providing public holidays for us states and 30 countries plus sports and finance calendars as static json.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://the-calendar.net/api/ | Primary API endpoint. |
curl -X GET "https://the-calendar.net/api/" \ -H "Accept: application/json"