Unbnd logoUnbnd

Holiday API

Check whether today is a holiday and get the holiday name.

Endpoints

GET/api/holiday

Returns 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.