200
application/jsonThe response contains the status of the request and data.
{
"id": "your-request-id",
"status": "Success",
"data": [
[
{
"road": "I-94 W",
"distance(meters)": 156550,
"distance_label": "97.3 miles",
"duration(minutes)": 100,
"duration_min(minutes)": 90,
"duration_max(minutes)": 120,
"origin_coordinates": "41.513124399999995, -87.92831819999999",
"road_distance_timing(meters:seconds)": {
"0": 0,
"30": 10,
"94": 47,
"111": 49,
"156325": 5885,
"156376": 5891,
"156461": 5898,
"156552": 5905
},
"origin": "Lincoln-Way Central High School, Southwest Suburbs, 1801 E Lincoln Hwy, New Lenox, IL 60451",
"destination": "18th St and 19th Ave, Kenosha, WI 53140",
"destination_coordinates": "42.624320999999995, -87.83267",
"query_origin": "Lincoln Way ",
"query_destination": "19th Ave ",
"timestamp": 1598288400,
"datetime_utc": "08/24/2020 17:00:00"
},
{
"road": "I-355 N",
"distance(meters)": 183183,
"distance_label": "114 miles",
"duration(minutes)": 150,
"duration_min(minutes)": 130,
"duration_max(minutes)": 200,
"origin_coordinates": "41.513124399999995, -87.92831819999999",
"road_distance_timing(meters:seconds)": {
"0": 0,
"30": 10,
"94": 47,
"111": 48,
"182961": 8972,
"183015": 8978,
"183103": 8985,
"183187": 8991
},
"origin": "Lincoln-Way Central High School, Southwest Suburbs, 1801 E Lincoln Hwy, New Lenox, IL 60451",
"destination": "18th St and 19th Ave, Kenosha, WI 53140",
"destination_coordinates": "42.624320999999995, -87.83267",
"query_origin": "Lincoln Way ",
"query_destination": "19th Ave ",
"timestamp": 1598288400,
"datetime_utc": "08/24/2020 17:00:00"
}
]
]
}