---
title: "Check If Place IsChild"
method: GET
path: "/places/{pid}/ischild"
tags: ["Places"]
---

# Check If Place IsChild

`GET /places/{pid}/ischild`

Check if a place is a child of one or more of the specified parent places.

## Path parameters

- `pid` string, required

## Query parameters

- `pids` string, required

## Headers

- `Accept` 'application/json', required

## Response `200`

The read was successful.

## Other responses

- `400` — The request contains invalid data or missing required parameters or fields.
- `404` — The requested place was 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/versions/2b5020574a62/schema)
