Skip to main content

Developers / APIs

Location API

Resolve any address to the business operating there, geocoded and typed, with its building.

POST/v0/locations/resolve
curl -X POST https://api.veridion.com/v0/locations/resolve \
  -H "Authorization: Bearer your_access_token" \
  -H "Content-Type: application/json" \
  -d '{
    "address": "1521 S. Arlington St., Ohio",
    "company_name": "Wendys",
    "company_id": "63JYJ2NV6LQPOG7U"
  }'
RESPONSE200 OK
{
  "resolution": {
    "outcome": "single_location",
    "summary": "A single business was identified at the requested address.",
    "confidence_score": 1,
    "signals": {
      "location": { "precision": "exact_building", "spatial_match": "inside_footprint", "distance_m": 0 },
      "operator_match": "company_id"
    },
    "linked_reference": null
  },
  "result": {
    "location_id": "R4QZWFC6XAOAN62G",
    "veridion_id": "63JYJ2NV6LQPOG7U",
    "company_name": "Wendy's",
    "location_type": { "level_1": "Food Service & Accommodation", "level_2": "Food Service Facility", "level_3": "Fast-Food Place" },
    "address": {
      "country_code": "US",
      "city": "Akron",
      "street": "South Arlington Street",
      "street_number": "1521",
      "postcode": "44306",
      "latitude": 41.0306368,
      "longitude": -81.4909061
    },
    "naics_2022": { "code": "722513", "label": "Limited-Service Restaurants" },
    "employee_count": { "value": 15, "type": "modelled" },
    "revenue": { "value": 844908, "type": "modelled" },
    "building": { "building_id": "WHOVB6OHFGHF4BWJ", "occupant_count": 1 }
  }
}
This capability is coming soon and available under an enterprise contract.Talk to us
  • Snowflake
  • Pwc
  • Promena
  • Pepsico
  • Morningstar
  • Marketdojo

Trusted by global procurement, risk, and intelligence teams

Data

Data that powers this

166M physical addresses across 249 countries. Every resolved location carries its geocode, a typed classification, the company operating there, and the building it sits in, down to height, area, and occupant count. Weekly refresh detects new occupants and closures.

Integrations

More ways to call it.

Postman, OpenAPI, and direct library imports give you working code in seconds.

Next step

Start resolving addresses.

Query real company data in the Playground, no token required. When you're ready for production access, talk to us.