TrailAPI
Information and photos for tens of thousands of outdoor recreation locations including hiking and mountain biking trails, campgrounds, ski resorts, ATV trails, and more.
TrailAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Bike Trails | ||
| GET |
Find Bike Trails /trails/explore/ |
Find trails near a point on the map. |
| GET |
Bike Trail Info /trails/{id} |
Get detailed information about a single trail. |
| GET |
Trail Map List /trails/{id}/maps/ |
Get a summary list of maps for this trail. |
| GET |
Map GPX /trails/map/{id}/gpx/ |
Get GPX data for a map. Returns a file in GPX format. Input (id) is a map ID, not a trail ID. To get the map ID, call /maps with the trail ID. |
| General | ||
| GET |
Outdoors (Legacy) /activity/ |
Support for legacy queries. Data is no longer updated, but is still available. |
TrailAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $250 / month | — |
|