Devices API
Get location history of device
Retrieve the location history of a device for a specific date.
The Devices API is deprecated. New integrations should use the Workers API instead.
GET /devices/{device_id}/history/{date}
This endpoint retrieves the location history of a device for a specific date. Data is available for the last 60 days, excluding today.
Path parameters
| Name | Type | Description |
|---|---|---|
device_id | string | A string representing the ID of a tracked device, case sensitive. |
date | string (date) | A specific date in UTC format YYYY-MM-DD. |
Query parameters
| Name | Type | Description |
|---|---|---|
timezone | string | Timezone string to get device history for different timezones (example: Europe/Zaporozhye). |
Response
Returns 200 with the location history of the device for the given date.