Address Autocomplete API - Free Address Suggestions
Send a partial address query and get back up to 10 structured address suggestions with street, city, state, country, and GPS coordinates. Designed for search-as-you-type address fields. Supports language preference for localized results.
Code examples
curl -X POST https://api.botoi.com/v1/address/autocomplete \
-H "Content-Type: application/json" \
-d '{"query":"1600 Amphithea","limit":3,"lang":"en"}'When to use this API
Build search-as-you-type address fields
Wire this endpoint to an input field with debounced requests. Show a dropdown of matching addresses as the user types. When they select one, populate street, city, state, and zip fields automatically.
Reduce form errors on mobile checkout
Mobile users make more typos than desktop users. Autocomplete suggestions let them tap the correct address instead of typing it fully, cutting form completion time and error rates.
Power location search in mapping applications
Use autocomplete to let users search for places by name or address. Each suggestion includes coordinates, so you can center the map on the selected result without a separate geocoding call.
Frequently asked questions
How many suggestions can I request?
What languages are supported?
Is there a minimum query length?
Does this work for business names or street addresses?
What is the response time?
Get your API key
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.