# Positions Retrieving raw location information ## Fetches a list of Positions - [GET /positions](https://docs2.mygpsapi.com/openapi/positions/paths/~1positions/get.md): We strongly recommend using Traccar WebSocket API instead of periodically polling positions endpoint. Without any params, it returns a list of last known positions for all the user's Devices. _from_ and _to_ fields are not required with _id_. ## Deletes all the Positions of a device in the time span specified - [DELETE /positions](https://docs2.mygpsapi.com/openapi/positions/paths/~1positions/delete.md) ## Delete a Position - [DELETE /positions/{id}](https://docs2.mygpsapi.com/openapi/positions/paths/~1positions~1%7Bid%7D/delete.md)