/api/v1/mobile/position/

Update mobile device position and return nearby threats.

Request body:
{
"lat": 34.05,
"lon": -118.25,
"session_id": "optional-session-id",
"heading": 180, // optional device heading
"radius_nm": 25 // optional threat radius
}

Returns:
{
"session_id": "generated-or-provided-session-id",
"position": {"lat": 34.05, "lon": -118.25},
"threats": [...],
"timestamp": "2024-01-01T00:00:00Z"
}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response
200

No response body

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!