Geoapify Forward Geocoding

FREEMIUM
By KEPTAGO LTD | Updated 20 days ago | Location
Health Check

N/A

Followers: 1
Resources:
Product Website Terms of use
API Creator:
Rapid account: KEPTAGO LTD
KEPTAGO LTD
geoapify-gmbh
Log In to Rate API
Rating: 5 - Votes: 1

README

LEARN MORE

RESPONSE OBJECT EXAMPLE

{
   "type":"FeatureCollection",
   "features":[
      {
         "type":"Feature",
         "properties":{
            "datasource":{
               "sourcename":"openstreetmap",
               "attribution":"© OpenStreetMap contributors",
               "license":"Open Database License",
               "url":"https://www.openstreetmap.org/copyright"
            },
            "housenumber":"5",
            "street":"Schwimmschulstraße",
            "suburb":"Innenstadt",
            "city":"Augsburg",
            "state":"Bavaria",
            "postcode":"86153",
            "country":"Germany",
            "country_code":"de",
            "lon":10.880608823052675,
            "lat":48.374834,
            "formatted":"Schwimmschulstraße 5, 86153 Augsburg, Germany",
            "address_line1":"Schwimmschulstraße 5",
            "address_line2":"86153 Augsburg, Germany",
            "result_type":"building",
            "rank":{
               "importance":0.31100000000000005,
               "popularity":7.3178089398757775,
               "confidence":1,
               "confidence_city_level":1,
               "confidence_street_level":1,
               "match_type":"full_match"
            },
            "place_id":"511c29df28dfc2254059e5b67d8ffa2f4840f00102f901c4fa980600000000c00203"
         },
         "geometry":{
            "type":"Point",
            "coordinates":[
               10.880608823052675,
               48.374834
            ]
         },
         "bbox":[
            10.8805629,
            48.3747677,
            10.8806547,
            48.3749004
         ]
      }
   ],
   "query":{
      "text":"Schwimmschulstraße 5, 86154 Augsburg",
      "parsed":{
         "housenumber":"5",
         "street":"schwimmschulstraße",
         "postcode":"86154",
         "city":"augsburg",
         "expected_type":"building"
      }
   }
}