GET /api/0.6/trackpoints
openstreetmap.org:openstreetmap-api
Summary: Get GPS trackpoints
Operation ID: getTrackpoints
Auth: unknown
Operation ID: getTrackpoints
Auth: unknown
Description
Returns GPS track points within a bounding box in GPX 1.0 format. Maximum 5,000 points per page, maximum bbox size 0.25 degrees.
Parameters (2)
bbox
(string, query, required)
Bounding box as 'left,bottom,right,top'
page
(integer, query, optional, default: 0)
Page number for pagination
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| GPS trackpoints in Central Park NYC (page 1) | curl |
https://api.openstreetmap.org/api/0.6/trackpoints?bbox=-73.98,40.77,-73.95,40.80&page=1 |
|
| GPS trackpoints in central London | curl |
https://api.openstreetmap.org/api/0.6/trackpoints?bbox=-0.15,51.50,-0.12,51.53 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:24:04.280591 | 200 | 5168ms | |
| 2026-03-23 09:16:46.498166 | 200 | 6180ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:24:04.280591 | 594f34ff6ced |
7cd8c01b2666 |