Skip to content

List of holidays in Colombia by year and moth

GET
/api/v1/Holiday/year/{year}/month/{month}

This endpoint returns the list of holidays per year and month in Colombia

Parameters

Path Parameters

year*
Typeinteger
Required
Format"int32"
month*
Typeinteger
Required
Format"int32"

Query Parameters

includeSunday
Typeboolean

Responses

OK

application/json
JSON
[
{
"date": "string",
"name": "string"
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License