List of Continents

A list of the continents in english and their short abbreviated codes available in JSON and CSV formats. The data is available as a CSV file or JSON file download, or by accessing our dedicated API endpoint directly.

Data Formats: json | csv | table | api
[
  { "Code": "AF", "Name": "Africa" },
  { "Code": "NA", "Name": "North America" },
  { "Code": "OC", "Name": "Oceania" },
  { "Code": "AN", "Name": "Antarctica" },
  { "Code": "AS", "Name": "Asia" },
  { "Code": "EU", "Name": "Europe" },
  { "Code": "SA", "Name": "South America" }
]