Details
Provides address suggestions based on user input
Last updated
Provides address suggestions based on user input
Last updated
POST
/address/details
Content-Type
application/json
Authorization
Bearer <YOUR_ACCESS_TOKEN>
id
string
Google Places API location identifier for the selected address
key
string
Your Google Places API key
refresh
boolean
When set to true
, a new access token will be generated and returned
statusCode
number
HTTP status code of the response
message
string
A brief message describing the result of the API call
metadata
Contains metadata about the API call
auth
Authentication object, only when refresh in true
data
Array of address objects
formattedAddress
string
Formatted address
coords
Address coordinates
address
Address info object
one
string
Street address
two
string
Street address
city
string
City address
state
string
state, you can use either 2 letter code or the full name
zip
string
zip code
country
string
country in which the address is located
Array<>
languages
Array<string>
List of supported languages for the response, e.g. ["en"]
timestamp
string
Unix timestamp (in milliseconds) when the response was generated
timezone
string
Timezone used for the response, always "UTC"
requestId
string
Unique identifier for the API request. Used for debugging and support
path
string
API path
version
string
API version used for the request