200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "321 California Ave, Palo Alto, CA 94306",
"latitude": 37.4270502,
"longitude": -122.14384609999999,
"country": "United States of America",
"state": "California",
"city": "Palo Alto",
"borough": "Evergreen Park",
"street": "321 California Ave",
"postal_code": "94306",
"time_zone": "America/Los_Angeles",
"street_view": "https://streetviewpixels-pa.googleapis.com/v1/thumbnail?panoid=DToAt0TizIuNUSxC5MZkXQ&cb_client=search.gws-prod.gps&w=1600&h=1000&yaw=150.42152&pitch=0&thumbfov=100"
}
]
}