---
title: "Retrieve the details of a specific people group (JSON or XML)"
method: GET
path: "/v1/people_groups/{id}.{format}"
tags: ["People Groups in Countries (PGIC)"]
---

# Retrieve the details of a specific people group (JSON or XML)

`GET /v1/people_groups/{id}.{format}`

Retrieve the details of a specific people group around the world or in a specific country.  You can either:
 * Get a summary of all occurances of the people group by supplying the PeopleGroup.id (PeopleID3) only, or
 * Get the details of a specific people group in a specific country by providing the PeopleGroup.id (PeopleID3) and the country's [2 letter FIPS 10-4 Code](https://goo.gl/yYWY4J).

## Path parameters

- `id` string, required
- `format` 'json' | 'xml', required

## Query parameters

- `api_key` string, required
- `country` string

## Response `200`

The details of the specified people group.

- object

## Other responses

- `400` — Bad request. Your request is malformed in some way. Check your supplied parameters.
- `401` — Unauthorized. You are missing your API key, or it has been suspended.
- `404` — Not found. The requested route was not found.
- `500` — Internal server error. Please try again later.

---

[API](https://skmtc.net/joshuaproject/apis/joshua-project-api.md) · [All operations](https://skmtc.net/joshuaproject/apis/joshua-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joshuaproject/joshua-project-api/revisions/99d2ed0023e2/schema)
