Look up a continent by two-letter code. Country and postal hang off this layer.
Pass NA, EU, AF, AS, OC, SA, or AN for name, region, and area. List every country in that continent at /continent/{code}/countries.
Try it
$ curl "https://api.parseapi.com/continent/na" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~13ms · USA { "continent": "NA", "name": "North America", "region": "Americas", "subregion": "Northern America", "population": 600000000, "area": 24709000, "emoji": "🌎" }
Response fields
SPEED
Median time for a /continent response to reach a real city, first byte back, measured live from 16 cities. Not a lab benchmark. The whole trip.
US
13ms
EU
16ms
APAC
43ms
LatAm
16ms
ME
126ms