Street Route Cloud API
Welcome to Melissa's Street Route. Street Route is a web service for returning the distance (in miles or kilometers) and driving travel time between two sets of Latitude Longitude pairs.
{
"Version": "1.4.1.0",
"Units": "mi",
"TransmissionReference": "string",
"TransmissionResult": "",
"TotalRecords": "1",
"Records": [
{
"RecordID": "1",
"Results": "SR01",
"TravelTime": "01:15:51",
"TotalDrivingDistance": "75.76923643"
}
]
}
Response example. If you want to see more check the documentation.