---
title: "Read Place"
method: GET
path: "/places/{pid}"
tags: ["Places"]
---

# Read Place

`GET /places/{pid}`

Read a place. A Place resource represents a logical place and will have one or more Place Descriptions associated with it. For example, the city of Provo exists in the county of Utah, in the state of Utah, in the United States. However, when Provo was first established, the state of Utah did not exist. Utah County existed in the Utah Territory. So, Provo has two Place Descriptions but only one Place resource:

- Provo, Utah, Utah Territory, United States (1850-1896)
- Provo, Utah, Utah, United States (1896-present)

## Path parameters

- `pid` string, required

## Response `200`

The read was successful. See <a href="https://developers.familysearch.org/main/docs/json-schema#placedescription" target="_blank">PlaceDescription Schema (JSON)</a>

## Other responses

- `404` — If the requested place is not found.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
