UnifyAPI
← Back to catalog

country.by_code

live upstream$0.001 / call

Country by Code

Get country details by ISO code (US, GB, DE, JP). Returns name, population, area, capital, currencies, languages, flag (REST Countries)

Geo & Mapsprovider: Country#country#geo

Input schema

coderequired

ISO 3166-1 country code — alpha-2 ("US") or alpha-3 ("USA")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/country.by_code \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"code":"<code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.