Historical report data - waze

Is there a way to access/request historical, user-reported event data? As a curiosity project, I'd like to analyze this to try and identify hot spots for accidents/traffic/police/etc.
There's definitely some great insights to be found in this data, I'd appreciate your help in getting there!
Thanks.

Waze partners can easily store data they get from Waze and use it for analysis. But Waze does not share any historical data with partners.
If you want, you can store the incident feeds in your own data storage everytime you accept a feed from Waze API

Related

How to get a rout information with trafic flow information included for a past date?

I am trying to use Azure Maps API. It will be nice to have route information which should include the locations of course and a speed profile. As you can understand speed profile is not an east one. Free flow speed profile is ok. But we want to simulate real-world conditions meaning that we want to select date and time of departure to get accurate speed information as close to as possible to a real world traffic influence.
Is there any feature that Azure provide this? If not, which API can provide this
I don't have any code at this moment to show since ı don't know which API to use.
Historical traffic data is not currently available in Azure Maps but is being investigated as a potential future feature.

Can we query all UPS Shipments at once using API

I know, we have dedicated API documentation for Shipping and different services.
But there is no endpoint to get all UPS Shipments at once using API.
Can anyone provide me the endpoint with example?
Thank you in advance.
I had the same question and after a long email thread with UPS Support they confirmed there is no way to grab historical shipment information.
The only option they gave is maybe using QVM which also has it's limitations.
That would be correct, Quantum View Manage and Quantum View Data would be your best available option to view the outbound information. You can have it build a report with address, name and tracking number. Contact your local UPS Account Representative for in depth details if you would like to explore that option. There is a Quantum View API however it would first need to be setup via your local Rep with the website. You are still manually searching the docs however for the information at hand when reviewing the reports. It will not pull it up or give a simple error if what you are looking for is not found. They just pull information all or nothing.

How to analyse historical waze data?

I'm trying to find a way to get historical speed data for a certain road in the UK to calculate its average speed per time of day AND the maximum speed driven by a any driver on the road between a period time. Any pointers how to do this from Waze? Thanks
I'm afraid Waze doesn't expose that data (understandably, as it is their core business). This excerpt from the help page should say enough:
Please note: Waze does not share any historical data with partners.
If you work for a local government or organisation, you could consider joining the Connected Citizens Program. As a partner you are able to get a data feed for a certain route and you're allowed to store that data to get historical data (as detailed on the Waze Partners Help site).
While I'm not certain about the legal status of doing this without being a partner, you could probably also start building your own historical dataset based on what Waze provides as average speed on a segment by periodically looking up the data returned when you plan a route on the Waze Live Map.
Routing requests are sent to https://www.waze.com/row-RoutingManager/routingRequest?... (see the network console of your browser for more details), but this requires some additional work managing CSRF and session cookies and providing the proper referral header. While not impossible, it's not too easy to pull off.
The response of such a routing request contains the instructions you see on the live map, but also includes things like the length of each specific segment on the route (distance), its average speed without realtime data (crossTimeWithoutRealTime) and its average speed with realtime data (crossTime). It's also possible to request the average speed for a certain time in the day, but this tends to be somewhat unreliable data.
The maximum speed is something you won't be able to find in Waze's data though, I'm afraid. I'm not even certain Waze stores that information as those statistical outliers generally aren't that interesting for navigational instructions. You could try to contact Waze for more information if you're doing a scientific study, but don't get your hopes up too much in that case as they have a small team that is constantly overwhelmed by the amount of questions they receive.

How do I access the bioimpedence sensor data in Jawbone 3

According to Jawbone the bioimpedence sensor collects oxygen and respiration data.
Can anyone point me to the right library in the api, as I'm having trouble finding it?
Thanks
Niki
https://jawbone.com/blog/up3-advanced-multi-sensor-technology/
Currently, it is not possible to access the BI data directly through the APIs. For approved research projects, there are some options for reviewing BI data on test subjects.
For more details: https://jawbone.com/up/developer/research

How may I upload live feed onto my application? Where can I get currency feeds for all currencies?

Can somebody help me with this? How may I upload live feed onto my application? Where can I get currency feeds for all currencies?
You can use the free feeds from geoplugin, but I think it only provides current rate exchanges and does not allow you to query for past dates.
http://www.geoplugin.com/webservices/currency
Xe.com have a data feed service which is licenced.
http://www.xe.com/dfs/?utm_source=internal&utm_medium=239x61&utm_content=NoGeo&utm_campaign=DFS_tvglobal_239x61
Had a look around as I there are paid ones, but it depends if you want to pay for the feed or if you want a daily updated one or an hourly one ... or completely live.
I've found - http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml and http://forexfeed.net/forex-data-services
Which might be useful for you.
There are some data feed providers that have free plans. I am using https://www.currencydatafeed.com, who provide a free plan with 1 minute updates and 30 minutes delay.
If you are looking for a real-time feed, they also provide the cheapest on the net.