---
title: "Get a list of non-sitting days"
method: GET
path: "/api/v1/NonSittingDays.{format}/{month}/{year}"
tags: ["SittingDays"]
---

# Get a list of non-sitting days

`GET /api/v1/NonSittingDays.{format}/{month}/{year}`

Returns a list of non-sitting days for a given month and year. If a non-sitting period spans more than the given month, and data source is Calendar, non-sitting days for
            the entire period encompassing the given month will be returned.

## Path parameters

- `month` integer, required
- `year` integer, required
- `format` string, required

## Query parameters

- `dataSource` 'Calendar' | 'PublishedBusiness'

## Response `200`

OK

- string[]

---

[API](https://skmtc.net/parliament/apis/lords-business.md) · [All operations](https://skmtc.net/parliament/apis/lords-business/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parliament/lords-business/revisions/206f8eaba94d/schema)
