API Endpoints
GET
/api/holidays/{year}— All states for a given yearGET
/api/holidays/{year}/{state}— Specific state for a given yearQuery Parameters
formatOutput format: json (default) or csv
Example: ?format=csv
typeFilter by holiday type. Defaults to public if not specified.
publicbankschoolobservanceoptional
Multiple types: ?type=public,bank or ?type=public&type=bank
API URL Builder
Build your custom API request with the options below