Get Geolocation
Address
Get Geolocation
Convert an address to latitude and longitude coordinates
GET
Get Geolocation
Overview
The Get Geolocation API validates an address and returns its geographic coordinates (latitude and longitude). Use this to convert human-readable addresses to coordinates for the Quiet Score™ endpoints.To obtain an API key, register for an account and subscribe to a plan.
Authorization
Your API key for authentication
Query Parameters
The full address to geocode (e.g., “1600 Amphitheatre Parkway, Mountain View, CA 94043”)
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Status of the request (“OK” for success) |
request.address | string | The original address provided in the request |
response.lat | number | Latitude coordinate of the address |
response.lng | number | Longitude coordinate of the address |
Use Cases
- Pre-validation: Verify that an address is valid before requesting a Quiet Score™
- Coordinate retrieval: Get coordinates for addresses to use with the Get Quiet Score™ endpoint
- Batch preparation: Convert a list of addresses to coordinates for use with the Batch Quiet Score™ endpoint
Notes
- The address must be a valid, complete address that can be geocoded
- Addresses are validated and standardized before geocoding
- Returns the most accurate coordinates available for the given address
- Coordinates are returned in decimal degrees format (WGS84)
- Each successful request counts toward your API usage