---
title: "Retrieve the details of a specific Region (JSON or XML)"
method: GET
path: "/v1/regions/{id}.{format}"
tags: ["Regions"]
---

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

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

Retrieve the details of a specific Region by supplying a unique id for the region.  Use the following numbers:
 * **1** = South Pacific
 * **2** = Southeast Asia
 * **3** = Northeast Asia
 * **4** = South Asia
 * **5** = Central Asia
 * **6** = Middle East and North Africa
 * **7** = East and Southern Africa
 * **8** = West and Central Africa
 * **9** = Eastern Europe and Eurasia
 * **10** = Western Europe
 * **11** = Central and South America
 * **12** = North America and Caribbean

## Path parameters

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

## Query parameters

- `api_key` string, required

## Response `200`

The details about the specific region.

- 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)
