Get stations along a route
POST/getAlongPath
Searches and returns a list of service stations located near a sequence of GPS points that define a route. The system optimizes the search by filtering redundant points (those that are less than 25km apart) and is especially useful for planning refueling stops on long transport routes. Use cases: - Route planning for transporters - Optimization of refueling stops - Integration with navigation systems Features: - Filters redundant points (closer than 25km) - Returns stations near each route point - Optimized for long transport routes - Option to optimize stops (only stations with best prices)
Request
Responses
- 200
- 400
- 500
List of stations found along the route
Error in parameters. Possible causes:
- Incorrect format of GPS points
- Number of points exceeds the limit
Error processing the route