---
title: "Get the details about a specific continent."
method: GET
path: "/v1/continents/{id}.{format}"
tags: ["Continents"]
---

# Get the details about a specific continent.

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

Retrieve the details of a specific Continent by supplying a three letter ISO Continent code (id).  Use the following codes:
 * **AFR** = Africa
 * **ASI** = Asia
 * **AUS** = Australia
 * **EUR** = Europe
 * **NAR** = North America
 * **SOP** = Oceania (South Pacific)
 * **LAM** = South America

## Path parameters

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

## Query parameters

- `api_key` string, required

## Response `200`

The details about the specific continent.

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