Skip to main content
GET
Returns court holidays and closure dates with official source URLs. Use this endpoint to power deadline calculators, court closure checks, and calendar exports. For a single court, you can also call GET /api/v1/courts/{district_id}/holidays with the same year, date_from, date_to, and limit query parameters.

Query parameters

string
Optional court identifier, such as edny.
integer
Optional calendar year filter, such as 2026.
string
Optional lower date bound in YYYY-MM-DD format.
string
Optional upper date bound in YYYY-MM-DD format.
integer
Maximum number of holidays to return. Defaults to 100; maximum is 500.

Response fields

array
Array of court holiday objects.
object
Response metadata, including the applied filters and number of holidays returned.