2c. Get Trip Estimate - Flexible Ride
POST https://api.uber.com/v1/guests/trips/estimates
https://developer.uber.com/docs/guest-rides/references/api/v1/guest-trips-estimates-post
Fetch estimates for a Flexible trip.
- Use
deferred_ride_options.pickup_day
to get an estimate for a trip where the user picks the ride time on a set day.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-uber-organizationuuid | string |
RESPONSES
status: OK
{"product_estimates":[{"product":{"product_id":"54e8c333-a34d-48b7-b0ee-b8b9a2a41652","display_name":"uberX","description":"Affordable, everyday rides","short_description":"UberX","product_group":"uberx","image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImages/v1.1/UberGo_v1.png","upfront_fare_enabled":true,"shared":false,"capacity":4,"scheduling_enabled":true,"background_image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImageBackgrounds/imageBackground@3x_v0.png","vehicle_view_id":1976,"parent_product_type_id":"6a8e56b8-914e-4b48-a387-e6ad21d9c00c","reserve_info":{"enabled":false,"scheduled_threshold_minutes":120,"free_cancellation_threshold_minutes":60,"add_ons":[]}},"estimate_info":{"fare_id":"a1160312-8ae4-421e-b4ed-2be697dc1278","estimate":{"display":"€8-9","low_estimate":8,"high_estimate":9,"currency_code":"EUR"},"trip":{"distance_unit":"km","distance_estimate":0.47,"duration_estimate":804}}},{"product":{"product_id":"6087c2bc-9c8b-43a8-bec9-a576f9a775f8","display_name":"Green","description":"Electric and hybrid vehicles","short_description":"Green","product_group":"uberx","image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImages/v1.1/UberX_Green.png","upfront_fare_enabled":true,"shared":false,"capacity":4,"scheduling_enabled":false,"background_image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImageBackgrounds/imageBackground@3x_v0.png","vehicle_view_id":20023813,"parent_product_type_id":"6a8e56b8-914e-4b48-a387-e6ad21d9c00c","reserve_info":{"enabled":false,"scheduled_threshold_minutes":120,"free_cancellation_threshold_minutes":60,"add_ons":[]}},"estimate_info":{"fare_id":"7e927f56-1bbb-46de-bedc-b2e0f4706b57","estimate":{"display":"€8-10","low_estimate":8,"high_estimate":10,"currency_code":"EUR"},"trip":{"distance_unit":"km","distance_estimate":0.47,"duration_estimate":808}}},{"product":{"product_id":"c22ee6ef-6941-4ded-b352-2592096b2cfd","display_name":"Comfort","description":"Comfortable cars, with top rated drivers","short_description":"Comfort","product_group":"","image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImages/package_UberComfort_new_2022.png","upfront_fare_enabled":true,"shared":false,"capacity":4,"scheduling_enabled":true,"background_image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImageBackgrounds/imageBackground@3x_v0.png","vehicle_view_id":20028849,"parent_product_type_id":"4cefa6a0-efb5-41dc-a8bb-870f2c3212ba","reserve_info":{"enabled":false,"scheduled_threshold_minutes":120,"free_cancellation_threshold_minutes":60,"add_ons":[]}},"estimate_info":{"fare_id":"4d08e141-3761-4ebf-a010-b49a9df6df28","estimate":{"display":"€10-11","low_estimate":10,"high_estimate":11,"currency_code":"EUR"},"trip":{"distance_unit":"km","distance_estimate":0.47,"duration_estimate":959}}},{"product":{"product_id":"3ed3dc65-17c7-4829-9338-c4a13e204697","display_name":"UberXL","description":"Affordable rides for groups up to 6 without luggage or 5 with luggage","short_description":"UberXL","product_group":"uberxl","image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImages/package_UberXL_new_2022.png","upfront_fare_enabled":true,"shared":false,"capacity":6,"scheduling_enabled":false,"background_image":"https://d1a3f4spazzrp4.cloudfront.net/car-types/haloProductImageBackgrounds/imageBackground@3x_v0.png","vehicle_view_id":20030221,"parent_product_type_id":"60b76812-c307-4076-b83b-fcb36e75da07","reserve_info":{"enabled":false,"scheduled_threshold_minutes":120,"free_cancellation_threshold_minutes":60,"add_ons":[]}},"estimate_info":{"fare_id":"09fc2555-c967-45a6-898e-b91b112c968d","estimate":{"display":"€8-10","low_estimate":8,"high_estimate":10,"currency_code":"EUR"},"trip":{"distance_unit":"km","distance_estimate":0.47,"duration_estimate":1095}}}],"fares_unavailable":false,"etas_unavailable":true}