APIs
- 21
- endpoints
- 3
- categories
Locate
- IPFor routing, fraud checks, and traffic analytics.GET /ip/{ip}
- ContinentCountries and regions, grouped by continent.GET /continent/{code}
- CountryFor dropdowns, localization, and shipping rules.GET /country/{code}
- StateFor address forms and location context.GET /state/{code}?country={iso2}
- DistrictFor turning a FIPS, INSEE, or GSS code into a name and place.GET /district/{code}
- CityPick a city, or find the nearest one.GET /city/{name}
- PostalFor checkout autofill and shipping zones.GET /postal/{code}?country={iso2}
- PopulationA population field on every place lookup.GET /country · /state · /city · /postal · /continent
- PointFor GPS coordinates, geotagged photos, and map clicks that need a place.GET /point?lat={lat}&lon={lon}
- ElevationFor forms, maps, and enriching place data.GET /elevation?lat={lat}&lon={lon}
- WeatherCurrent conditions at a latitude and longitude.GET /weather?lat={lat}&lon={lon}