Route Monitoring - Road Condition

Hello,

I hope all is well. I am pretty new to this and apologize if my question might be simple. I am trying to use Route Monitoring API and I want to see if on a defined route, there is any road condition or hazards. There are predefined routes between supplier and the customer, and I want to see if any road hazards are on these routes. I do have coordinates for both suppliers and customer. I am using Python for this project.

I’d suggest to use Routing API for this.
Routing API can return multiple traffic data, while Route Monitoring is only about traffic flow.
Also if you have only coordinates for start and end of the route - you need to calculate the route anyhow.