Daily limit: 20 (sign in for more)
Authentication
All API requests require a Bearer token
Authorization: Bearer YOUR_API_KEYManage your API key in Settings.
Base URL
GET https://nevaberry.com/api/osrm/{service}?coordinates={lon},{lat};{lon},{lat}&profile={driving|bicycle|foot}&...Coordinates are semicolon-separated {lon},{lat} pairs
Optional profile parameter: driving (default), bicycle, or foot
Endpoint Reference
6 services covering routing, matrices, map matching, and more
Credit Pricing
Credits are deducted after daily limit is exceeded
| Endpoint | Base | Scaling | Example |
|---|---|---|---|
| nearest | 1 | Fixed | Always 1 |
| route | 1 | +1 per waypoint beyond 2 | A→B→C = 2 |
| table | 2 | +1 per 10 src×dst pairs | 5×5 matrix = 5 |
| match | 1 | +1 per 50 GPS points | 100 pts = 3 |
| trip | 2 | +1 per 5 locations | 15 locs = 5 |
| tile | 1 | Fixed | Always 1 |
Rate Limits
Daily limits shared across all services (Convert + OSRM)
- Free Tier: 20/day
- Plus: 200/day
- Pro: 2,000/day
- Enterprise: 10,000/day
When daily limit is exceeded, credits are deducted per request based on the pricing table above