Vehicle color in Uber ride details - uber-api

Is there any way to get vehicle color in Uber API? I can't find any info about it in documentation (https://developer.uber.com/docs/riders/references/api/v1.2/requests-request_id-get#response).
Are there any plans to add this info in future?

Related

Does Uber provide API to access Scooter and bike data?

I am integrating JUMP scooters in my application. Till now I was using gbfs urls to get the bike status, pricing etc. After JUMP was acquired by Uber gbfs urls do not work anymore. Uber because of the privacy & data securit policy are not posting the data to gbfs anymore
Does Uber provide API to access Scooter and bike data ?
Can somebody help
I am trying WoBike/JUMP.md but it is tedious process. Still havent been able to get it

Uber API for Real time tracking

I want to know whether I can use uber api to track the ride real-time basis. I have found uber help suggest the following:
"Can I see the path a rider took during a trip?"
This feature is only available for ongoing UberPOOL rides. The request details return a set of waypoints (incl. pickup and dropoff locations) for each UberPOOL ride. This information is not accessible in the history but just during the ride.
So does it mean it is not applicable to other types of ride? Please let me know. It will be great if someone can suggest exact API endpoint for tracking the ride on a real-time basis.
Thanks.
It can be checked for any type of ride that you've requested
The Ride Request endpoint allows retrieving the status of an ongoing or completed trip that was created by your app
You have a few different options
Ride Request - Map API
Ride Request - Current API
Ride Request - Details API

Uber API to provide info if driver is completing a ride before pickup

In the Uber riders app, there is a label displaying if driver is completing a ride before picking me up, with 'Completing a trip nearby'.
Is that info provided in the API somehow?
Uber API currently does not provide info 'Completing a trip nearby' if the driver is completing a ride before picking next trip.

Uber API to detect rides

Is it possible to use the Uber API to detect rides that originated from the Uber app?
I'm trying to get a machine learning system to learn when you are using uber.
No, whether a ride originated from the Uber app or from a separate integration is not a field/endpoint in the current Uber API.
Not sure if this is exactly what you are looking for but something that might be helpful is the /history endpoint. "The User Activity endpoint returns a limited amount of data about a user’s lifetime activity with Uber. The response will include pickup and dropoff times, the city the trips took place in, the distance of past requests, and information about which products were requested."
Documentation: https://developer.uber.com/docs/riders/references/api/v1.2/history-get

using history api of Uber

I am trying to build a process to consume history api of Uber to display details of the users trips on one of my webpage. Has anyone done this?
I see that api definition on the UBER site
https://developer.uber.com/docs/rides/api/v12-history
However this does not provide how to provide the driver id? How can i get to the history of one particular driver?
All i need is trip details for every driver - assuming the driver id is available.
Any request sample will actually help.
Uber currently does not have API endpoints that provide information about driver activity. This is something we are considering, but at this time we do not have any public plans for a release.
Thanks for your interest in the Uber API. Follow #Uber_API and visit devblog.uber.com for updates and announcements.