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": "40.7624284,-73.973794",
"address": "725 5th Ave, New York, NY 10022",
"city": "New York",
"country_code": "US",
"county": "Manhattan",
"photo": "https://lh5.googleusercontent.com/p/AF1QipNTlWz6ZZk9wZlktzx-VcNyfXaYrf9VVreGcFeH=w800-h500-k-no",
"plus_code": "725 5th ave",
"postal_code": "10022",
"state": "NY",
"street": "725 5Th Ave",
"time_zone": "America/New_York"
}
]
}