Multi Geocoding API
Introduction
NextBillion’s Multi-Geocoding API allows you to find the geo-coordinates, and addresses(Place, Locality, administrative area) of POIs from multiple data sources. It also enables you to easily manage the places’ information to improve the utility of the search results based on custom business needs. For instance,
-
Create custom locations that your business needs
-
Get combined results for a searched text from all data sources i.e default and custom datasets
-
Override the results of default search provider in case of duplicate or similar places and prioritize custom places in search results
Search Place
Use this method to find known places in default or your own custom (proprietary) dataset and get a combined search result. It accepts free-form, partially correct or even incomplete search texts. Results would be ranked based on the search score of a place.
Request Parameters
Loading..Request Body
Loading..Response Schema
Loading..Sample Request
Sample Response
Batch Geocode
The method enables searching for multiple known places in a single request. Provide up to 100 search queries to get a response with matching places for all provided queries. It accepts any free-form texts or known place names in the request body, to retrieve relevant results. The results are ranked based on the search score of a place.
Request Parameters
Loading..Request Body
Loading..Response Schema
Loading..Sample Request
Sample API Response
Add A Place
Add place method provides the flexibility to create custom places in a way that suits your business needs. The newly created place and its attributes can be added to custom (proprietary) dataset - to the effect of building your own places dataset (s) - or, to a default dataset. Overcome inaccurate ‘POI’ details from default search provider by creating custom, highly accurate ‘POIs’
Request Parameters
Loading..Request Body
Loading..Response Schema
Loading..Sample Request
Sample Response
Get Place
Use this method to get the details of previously created custom places using its NextBillion ID.
Request Parameters
Loading..Response Schema
Loading..Sample Request
Sample Response
Update Place
Add place method provides the flexibility to create custom places in a way that suits your business needs. The newly created place and its attributes can be added to custom (proprietary) dataset - to the effect of building your own places dataset (s) - or, to a default dataset. Overcome inaccurate ‘POI’ details from default search provider by creating custom, highly accurate ‘POIs’
Request Parameters
Loading..Request Body
Loading..Response Schema
Loading..Sample Request
Sample Response
Delete Place
Use this method to delete a previously created place. Please note that the place associated with the specified docID only would be deleted. As a result, once a place is deleted, the search API can still return valid results from the default datasets or others, if present.
Request Parameters
Loading..Response Schema
Loading..Sample Request
Sample Response
API Query Limits
-
Only 100 queries can be added to the input while using the Batch Geocode endpoint.
-
NextBillion.ai allows a maximum rate limit of 2400 queries per minute or 40 queries/second for continuous requests, except for the Batch Geocode endpoint which is limited to 1 query/second.
Note: We can increase the quota if needed on request. Contact [email protected] for more details.