
Quickstart
First, sign up for Radar and get an API key. Then, call one of the search APIs below, either directly or using the SDK. From there, use the APIs to build location features in your app or website, such as store locators, address autocomplete, or delivery tracking.Endpoints
Address autocomplete
Use the address autocomplete API to autocomplete partial addresses. This endpoint is best for partial addresses. For complete addresses, call the forward geocoding API instead. Use cases for this endpoint include autocompleting partial addresses for checkout forms or store locators. See the autocomplete API reference here.Address validation
Use the address validation API to validate complete structured addresses. Use cases for this endpoint include verifying addresses or suggesting mailable addresses for checkout forms or delivery. See the address validation API reference here.Places search
Use the places search API to search for places near a location, filtered by chain (e.g.,mcdonalds) or category (e.g., airport).
Use cases for this endpoint include nearby search.
See the places search API reference here.