Get Uber Ride Estimate
GET https://api.uber.com/v1.2/estimates/price?start_latitude={{latitude}}&start_longitude={{longitude}}&end_latitude={{end_latitude}}&end_longitude={{end_longitude}}
This request takes in the starting and ending coordinates of points A and B and fetches the currently available Uber(TM) rides between the said points.
Request Params
Key | Datatype | Required | Description |
---|
start_latitude | string | | |
start_longitude | string | | |
end_latitude | string | | |
end_longitude | string | | |
Key | Datatype | Required | Description |
---|
Authorization | string | | |
Accept-Language | string | | |
Content-Type | string | | |