Spott
We build tools to make easier for developers to work with places. ------ With Spott you'll be able to: 🌎 **Search places** by a full query or autocompletion, across more than 240,000 records from all the world. ⚙️ **Filter them** by country, type and location. 🗺 Find places and get their localized names in more than **20 languages**. 💻 Get the place where an **IP** address is located. We'd love…
Spott endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Autocomplete places /places/autocomplete |
Returns a list of places matching a prefix and specified filter properties. Useful to create "search as you type" inputs. |
| GET |
Search places /places |
Returns a list of places (either countries, cities or administrative divisions) matching a query and filtered by properties. |
| GET |
Get place by my IP /places/ip/me |
Returns the place related to the IP where the request was performed. Returns "Not Found" error when no place is related to the IP. |
| GET |
Get place by IP /places/ip/{id} |
Returns the Place where a given IP Address is located. Returns "Not Found" error when no place is related to the IP. When sending '127.0.0.1' or '0.0.0.0' IP Addresses it will… |
| GET |
Get place by ID /places/{id} |
Returns a single Place identified by an ID. |
| GET |
Get place by Geoname ID /places/geoname-id/{geonameId} |
Returns a single Place identified by a Geoname ID. |
Spott pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | 10 / second |
|
| PRO Recommended | $19 / month | 100 / second |
|
| ULTRA | $99 / month | 200 / second |
|