Release notes
June 9, 2026
- Released TSP API version
2.0: expanded the parameters of points, routes, and couriers and enabled configuring depot parameters. API version1.1.0will be deprecated in accordance with the backward compatibility policy. For more information, see the Offer.
November 10, 2025
-
Enabled setting additional limits for couriers:
- Maximum number of points that a courier can visit on a route.
- Maximum travel time and distance for the courier route.
-
Enabled specifying skills that are required for a courier to work at a point.
February 3, 2025
- Enabled building pedestrian, bicycle, and scooter routes.
- Added the
need_altitudesrequest parameter, which allows you to get information about altitude of a pedestrian or bicycle route when building it.
November 25, 2024
- The
moderequest parameter that indicates routing type is replaced by thetransportparameter.
September 27, 2024
- Enabled configuring soft and hard time windows for visiting route points.
July 5, 2024
- API version
1.0will be deprecated in accordance with the backward compatibility policy. Use methods of the API version1.1.0instead. For more information, see the Offer.
April 6, 2023
- Added new API version 1.1.0.
- API version
1.0support will be discontinued in future releases. It is highly recommended to use the methods of the API version1.1.0instead.
- API version
- Added new options to the routing block
routing_options:exclude— a set of excluded areas that should be avoided when building a route;allow_locked_roads— use blocked roads when building a route or not. - Moved fields
filters,type, andmodeto the routing blockrouting_options. - Added the ability to add priority points on the route.
October 1, 2021
First release of TSP API algorithm, which allows you to calculate the optimal route through the given points on the map for one or more couriers.