Workday Planner API Documentation

Check if a date is a workday

GET /api/workday/{date}/{country?}

Parameters:

Example: /api/workday/2023-12-25

Get holiday date

GET /api/holiday/{name}/{country?}

Parameters:

Example: /api/holiday/Christmas

Get workdays between dates

GET /api/workdays/{startDate}/{endDate}/{country?}

Parameters:

Example: /api/workdays/2023-12-01/2023-12-31