Test Google Maps Cloud API

GET https://maps.googleapis.com/maps/api/geocode/json?address=Southend Leisure %26 Tennis Centre, Southend, SS2 4FA&key={{googleMapsKey}}

This endpoint allow you to test google maps cloud API.

Request Params

KeyDatatypeRequiredDescription
addressstringrequired
keystringGoogle Could maps API Key

RESPONSES

status: OK

{"results":[{"address_components":[{"long_name":"Garon Park Cricket Ground","short_name":"Garon Park Cricket Ground","types":["premise"]},{"long_name":"Eastern Avenue","short_name":"Eastern Ave","types":["route"]},{"long_name":"Southend-on-Sea","short_name":"Southend-on-Sea","types":["postal_town"]},{"long_name":"Southend-on-Sea","short_name":"Southend-on-Sea","types":["administrative_area_level_2","political"]},{"long_name":"England","short_name":"England","types":["administrative_area_level_1","political"]},{"long_name":"United Kingdom","short_name":"GB","types":["country","political"]},{"long_name":"SS2 4FA","short_name":"SS2 4FA","types":["postal_code"]}],"formatted_address":"Garon Park Cricket Ground, Eastern Ave, Southend-on-Sea SS2 4FA, UK","geometry":{"location":{"lat":51.5546036,"lng":0.7345885999999999},"location_type":"ROOFTOP","viewport":{"northeast":{"lat":51.5560346302915,"lng":0.735988480291502},"southwest":{"lat":51.5533366697085,"lng":0.7332905197084979}}},"partial_match":true,"place_id":"ChIJoRmmmmmmy1E","plus_code":{"compound_code":".....","global_code":"....."},"types":["establishment","gym","health","point_of_interest"]}],"status":"OK"}