locci/geo/continent/
Returns the list of all seven continents in the database. Each record includes the continent's name, slug, and two-letter code (AF, AN, AS, EU, NA, OC, SA). Use this endpoint to populate continent filter menus or to retrieve continent codes for use in related queries.
This endpoint does not require any request parameters.
| Name | Type | Nullable | Description | Example |
|---|---|---|---|---|
code |
String | Yes | Two-letter continent code (AF, AN, AS, EU, NA, OC, SA). | NA |
name |
String | Yes | Full continent name. | North America |
pk |
Integer | — | Database primary key of the continent record. | 5 |
slug |
String | Yes | URL-friendly continent name. | north-america |