GET /continent/{code}

Continent API

Continent facts when you just need the region.

$ curl "https://api.parseapi.com/continent/na" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~8ms · USA
{
  "code": "NA",
  "name": "North America",
  "region": "Americas",
  "area": 24709000,
  "emoji": "🌎"
}

More APIs: IP · Email · UA · Country · State · City · Postal