Smarty · Example Payload

Smarty Us Reverse Geocode Response

Address VerificationGeocodingAddress AutocompleteZIP CodeAddress IntelligenceLocation DataInternational AddressUS Address

Smarty Us Reverse Geocode Response is an example object payload from Smarty, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

results

Example Payload

Raw ↑
{
  "results": [
    {
      "distance": 0.0,
      "address": {
        "input_index": 0,
        "candidate_index": 0,
        "delivery_line_1": "1600 Amphitheatre Pkwy",
        "last_line": "Mountain View CA 94043-1351",
        "components": {
          "primary_number": "1600",
          "street_name": "Amphitheatre",
          "street_suffix": "Pkwy",
          "city_name": "Mountain View",
          "state_abbreviation": "CA",
          "zipcode": "94043",
          "plus4_code": "1351"
        },
        "metadata": {
          "latitude": 37.42279,
          "longitude": -122.08584,
          "precision": "Rooftop",
          "county_fips": "06085",
          "county_name": "Santa Clara"
        },
        "analysis": {
          "dpv_match_code": "Y",
          "dpv_vacant": "N",
          "active": "Y"
        }
      }
    }
  ]
}