Difference between revisions of "API"

From RouteXL
Jump to: navigation, search
(Created page with "The RouteXL API allows programmatic access to our route optimization algorithm. Using the API you can connect systems directly, without the need to use the public website. The...")
 
(Outline)
Line 3: Line 3:
 
== Outline ==
 
== Outline ==
  
The API receives locations as positions with lat/lng coordinates. It returns distance tables and routes. Routes are the locations in optimized order, including cumulative distance and arrival times.
+
* The API needs locations as positions with lat/lng coordinates.
 
+
* It returns distance tables and routes.
Authorization is required, with username and password of the public website. You can optimize only one route at a time. Free use for routes up to 10 stops. Upgrades follow those on the website.
+
* Routes are the locations in optimized order, including cumulative distance and arrival times.
 +
* Authorization is required, with username and password of the public website.
 +
* You can optimize only one route at a time.
 +
* Free use for routes up to 10 stops.
 +
* If you need more stops per route you can [[upgrade]].
  
 
== Documentation ==
 
== Documentation ==
  
 
The API is documented at http://www.routexl.com/api/
 
The API is documented at http://www.routexl.com/api/

Revision as of 14:16, 30 November 2015

The RouteXL API allows programmatic access to our route optimization algorithm. Using the API you can connect systems directly, without the need to use the public website. The API is meant for developers.

Outline

  • The API needs locations as positions with lat/lng coordinates.
  • It returns distance tables and routes.
  • Routes are the locations in optimized order, including cumulative distance and arrival times.
  • Authorization is required, with username and password of the public website.
  • You can optimize only one route at a time.
  • Free use for routes up to 10 stops.
  • If you need more stops per route you can upgrade.

Documentation

The API is documented at http://www.routexl.com/api/