---
title: "Get a specific Court Location by code and date."
method: GET
path: "/court-locations/{code}"
tags: ["court-locations"]
---

# Get a specific Court Location by code and date.

`GET /court-locations/{code}`

Returns the Court Location matching the supplied code and valid on the supplied date.

## Path parameters

- `code` string, required

## Query parameters

- `date` string, date, required

## Response `200`

Court Location found

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `406` — Requested media type/version not acceptable.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/ea2dadd4450b/schema)
