← Back to docs
endpoints
GET locci/geo/continent/

All continents with name, slug, and two-letter code.

Locci Geography

Overview

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.


Request parameters

This endpoint does not require any request parameters.


Response fields

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