← Back to catalog
country.by_code
live upstream$0.001 / callCountry by Code
Get country details by ISO code (US, GB, DE, JP). Returns name, population, area, capital, currencies, languages, flag (REST Countries)
Input schema
coderequired
stringISO 3166-1 country code — alpha-2 ("US") or alpha-3 ("USA")
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>"}'