GET /continent/{code} · /{code}/countries
Pass NA or EU. Get the continent, then every country in it.
You want every country in that continent.
Try it
name
Common name
region
Broader region
population
Population estimate
area
Total area in km²
countries
Every country in the continent
1
NA, EU, AF, AS, OC, SA, AN.
2
Name, region, area.
3
GET /continent/{code}/countries.
Every country grouped. Every plan.
Look up a continent by two-letter code.
Pass NA, EU, AF, AS, OC, SA, or AN for name, region, and area. List every country in that continent at /continent/{code}/countries. Population rolls up from the official country totals.
RESPONSE
$ curl "https://api.parseapi.com/continent/na" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~35ms US · ~97ms worldwide { "continent": "NA", "name": "North America", "region": "Americas", "subregion": "Northern America", "population": 600000000, "area": 24709000, "emoji": "🌎" }
Response fields
QUESTIONS
SPEED
US
10ms
EU
12ms
APAC
50ms
LatAm
9ms
ME
86ms
Seven continents. Official country totals, rolled up.