Holiday API
Check whether today is a holiday and get the holiday name.
Endpoints
GET
/api/holidayReturns a JSON object with isHoliday and name.
Response example
{
"isHoliday": true,
"name": "National Day"
}Playground
Send requests and view responses.
RequestGET /api/holiday
This endpoint does not require parameters. Click the button below to send a request.
Response
No response yet. Send a request to see the result.