---
title: "Get a Location"
method: GET
path: "/api/2026-01-01/locations/{location_id}"
tags: ["Locations"]
---

# Get a Location

`GET /api/2026-01-01/locations/{location_id}`

Retrieve detailed location information using the unique identifier

## Path parameters

- `location_id` string, uuid, required

## Response `200`

The location

- Location — A location record.
  - `id` string, uuid, required — UUIDv7 identifier for the location
  - `name` string — Name of the location
  - `street_address` string — Street address of the location
  - `street_address_2` string — Additional street address information (suite, apt, unit, etc.)
  - `city` string — City where the location is situated
  - `province` string — Province/state where the location is situated
  - `postal` string — Postal/ZIP code
  - `country` string — Country code
  - `email` string, email — Location's email address
  - `phone` string — Location's phone number
  - `fax` string — Location's fax number
  - `hours` string — Operating hours of the location
  - `legal_name` string — Legal name of the location
  - `short_description` string — Short description of the location
  - `long_description` string — Long description of the location
  - `online_bookable` boolean — Whether the location is bookable online

## Other responses

- `400` — Bad Request - Invalid ID Format
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — The location was not found
- `429` — Rate limit exceeded - 100 requests per minute per endpoint per clinic

---

[API](https://skmtc.net/jane/apis/jdp-api.md) · [All operations](https://skmtc.net/jane/apis/jdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jane/jdp-api/revisions/119f3c4ad601/schema)
