---
title: "GET /location/{id}"
method: GET
path: "/location/{id}"
tags: ["locationController"]
---

# GET /location/{id}

`GET /location/{id}`

## Path parameters

- `id` object, required

## Response `200`

location instance

- LocationWithRelations — (tsType: locationWithRelations, schemaOptions: { includeRelations: true })
  - `location_id` number
  - `address_1` string
  - `address_2` string
  - `city` string
  - `state` string
  - `zip` string
  - `county` string
  - `location_source_value` string
  - `country_concept_id` number
  - `country_source_value` string
  - `latitude` number
  - `longitude` number

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
