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

KeyDatatypeRequiredDescription
start_latitudestring
start_longitudestring
end_latitudestring
end_longitudestring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Accept-Languagestring
Content-Typestring