Geo & Places

Country by Code

Country data by ISO code.

Input

FieldTypeRequired
codestringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/country-by-code/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"code": "us"}'

Response

{
  "actor": "country-by-code",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs