Geoapify Address Autocomplete

FREEMIUM
By KEPTAGO LTD | Updated 25 giorni fa | Location
Popularity

9.2 / 10

Latency

629ms

Service Level

100%

Health Check

N/A

Followers: 0
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",
         "geometry":{
            "type":"Point",
            "coordinates":[
               10.486774,
               48.850512
            ]
         },
         "properties":{
            "housenumber":"13",
            "street":"Polizeigasse",
            "country":"Germany",
            "county":"Donau-Ries",
            "datasource":{
               "sourcename":"openstreetmap",
               "attribution":"© OpenStreetMap contributors",
               "license":"Open Database License",
               "url":"https://www.openstreetmap.org/copyright"
            },
            "country_code":"de",
            "postcode":"86720",
            "state":"Bavaria",
            "district":"Nördlingen",
            "city":"Nördlingen",
            "lon":10.486774,
            "lat":48.850512,
            "suburb":"Schwallmühle",
            "formatted":"Polizeigasse 13, 86720 Nördlingen, Germany",
            "address_line1":"Polizeigasse 13",
            "address_line2":"86720 Nördlingen, Germany",
            "result_type":"building",
            "rank":{
               "importance":0.42100000000000004,
               "confidence":1,
               "confidence_city_level":1,
               "confidence_street_level":1,
               "match_type":"full_match"
            },
            "place_id":"51121615713af9244059836dc493dd6c4840f00102f9017b33670600000000c00203"
         }
      },
      {
         "type":"Feature",
         "properties":{
            "datasource":{
               "sourcename":"openstreetmap",
               "attribution":"© OpenStreetMap contributors",
               "license":"Open Database License",
               "url":"https://www.openstreetmap.org/copyright"
            },
            "name":"Alexanderplatz",
            "housenumber":"13",
            "street":"Polizeigasse",
            "suburb":"Schwallmühle",
            "city":"Nördlingen",
            "county":"Landkreis Donau-Ries",
            "state":"Bavaria",
            "postcode":"86720",
            "country":"Germany",
            "country_code":"de",
            "lon":10.4867035,
            "lat":48.8505147,
            "district":"Baldingen",
            "formatted":"Alexanderplatz, Polizeigasse 13, 86720 Nördlingen, Germany",
            "address_line1":"Alexanderplatz",
            "address_line2":"Polizeigasse 13, 86720 Nördlingen, Germany",
            "result_type":"amenity",
            "rank":{
               "importance":0.42100000000000004,
               "confidence":1,
               "confidence_city_level":1,
               "confidence_street_level":1,
               "match_type":"inner_part"
            },
            "place_id":"518eb27e3331f924405935a26aaadd6c4840f00103f9012bde376000000000c0020192030e416c6578616e646572706c61747a"
         },
         "geometry":{
            "type":"Point",
            "coordinates":[
               10.4867035,
               48.8505147
            ]
         },
         "bbox":[
            10.4866535,
            48.8504647,
            10.4867535,
            48.8505647
         ]
      }
   ]
}