Geo & Places

UK Postcode

UK postcode -> place.

Input

FieldTypeRequired
postcodestringrequired

Run it

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

Response

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