GET /country/{code}

Country API

Country metadata by ISO2 — capital, currency, and more.

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

// 200 · ~8ms · USA
{
  "iso2": "US",
  "iso3": "USA",
  "name": "United States",
  "capital": "Washington, D.C.",
  "continent": "NA",
  "currency_code": "USD"
}

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