logistics
Real time GPS location tracking and search
Send, store, and search real time GPS point data and tracking information using the location API.
Build powerful map rendered views with up to the second updated points on the map.
Read an entity by its ID
Save an entity's current position
Search for entities in a given radius
Endpoint | Credits |
---|---|
Read | Base |
Save | Base |
Search | Base |
Base requests are 0.000001 credit per request (1 credit = $1 USD)
Read Request
Response
{
"entity": {
"id": "1",
"type": "bike",
"location": {
"latitude": 51.511061,
"longitude": -0.120022,
"timestamp": "1622802761"
}
}
}