Google Maps API Test

Testing Google Maps API

Origin: Talca, Chile

Destination: Concepción, Chile

API Key: AIzaSyB41D...

URL: https://maps.googleapis.com/maps/api/directions/json?origin=Talca%2C+Chile&destination=Concepci%C3%B3n%2C+Chile&key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWgyVUBTcVTE

Response

HTTP Code: 200

Decoded Response

Status: REQUEST_DENIED

Error: No routes found in response

{
    "error_message": "The provided API key is invalid. ",
    "routes": [],
    "status": "REQUEST_DENIED"
}