UnifyAPI
← Back to catalog

country.search

live upstream$0.001 / call

Search Country

Search country by name — population, area, capital, languages, currencies, timezones, flag, region, borders. 250+ countries. No auth, free (REST Countries)

Geo & Mapsprovider: Country#country#geo

Input schema

namerequired

Country name to search (e.g. "United States", "Germany", "Japan")

string

Call via REST

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

Try it

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