Continent Codes API

The Continent API provides a list of continent codes and descriptions. Continent name is available in 8 languages (English, Spanish, French, German, Portuguese, Russian, Chinese and Japanese).

Tiers:

FREE$0.00/Month

  • Unlimited Total API Calls
  • Unlimited Monthly Bandwidth
  • 1 Concurrent Calls/s
  • Email Support
  • Login Register

Continent Codes API Details


The Continent API provides a list of continent codes and descriptions. Continent name is available in 8 languages (English, Spanish, French, German, Portuguese, Russian, Chinese and Japanese).

Fast API Responses

Millisecond response times for Zip Code API responses.

Multiple Languages

The continent name is provided in 8 different languages.

JSON Responses

Well structured JSON responses.

Totally Free

Use this api at no charge, with unlimited API calls.


Endpoints:


Continent Data Response

Sample Response all continents in english:

{
    "links": {
        "self": "https://global.metadapi.com/cont/v1/continents/en"
    },
    "meta": {
        "count": 7
    },
    "data": [
        {
            "langCode": "en",
            "continentCode": "af",
            "continentName": "Africa",
            "areaKm2": 29648481,
            "areaMi2": 11447342
        },
        {
            "langCode": "en",
            "continentCode": "na",
            "continentName": "North America",
            "areaKm2": 21330000,
            "areaMi2": 8235559
        },
        {
            "langCode": "en",
            "continentCode": "oc",
            "continentName": "Oceania",
            "areaKm2": 8486460,
            "areaMi2": 3276640
        },
        {
            "langCode": "en",
            "continentCode": "an",
            "continentName": "Antarctica",
            "areaKm2": 13720000,
            "areaMi2": 5297321
        },
        {
            "langCode": "en",
            "continentCode": "as",
            "continentName": "Asia",
            "areaKm2": 31033131,
            "areaMi2": 11981958
        },
        {
            "langCode": "en",
            "continentCode": "eu",
            "continentName": "Europe",
            "areaKm2": 22134900,
            "areaMi2": 8546332
        },
        {
            "langCode": "en",
            "continentCode": "sa",
            "continentName": "South America",
            "areaKm2": 17461112,
            "areaMi2": 6741773
        }
    ]
}
			

Documentation for this API can be found here. See all endpoints, security, examples, and well as multiple programming languages examples.