-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Api usage policy
We are in principle happy for our demo server to be queried from external users. We don't give any guarantees though and expect anyone to adhere to the following rules:
- Excessive use (e.g. distance tables) is not allowed.
- Clearly display appropriate license attribution and the source of your routes.
- Valid User-Agent identifying application. Faking another app's User-Agent WILL get you blocked.
- If known, a valid HTTP Referer. See Wikipedia for an explanation.
We expect all external users to implement the API as efficiently as possible. The following is a must:
- the coordinate hinting mechanism needs to be implemented.
- The route geometry must be queried by &geomformat=cmp, which is an implementation of Googles Polyline Algorithm Format.
Distance table computation is not allowed. It is regarded as excessive usage.
The server is reachable on host router.project-osrm.org
Write a mail to [email protected] to let us know that you are using our service.
This policy may change at any time subject to the needs and constraints of the project. Commercial services, or those that seek donations, should be especially aware that access may be withdrawn at any point: you may no longer be able to serve your paying customers if access is withdrawn.
The following IPs have been black listed for repeated violation of the usage policy
- 83.69.246.92
- 77.41.138.46
- 87.103.175.16
- 77.41.137.122
- 62.16.62.144
We thank the OSM Tile Usage Policy that served as a skeleton for this page.