Skip to main content
GET
Last visitors
Returns the visitors that were active within the last minutes. This is a live feed; responses are never cached.
This endpoint is meant for live dashboards. It consumes quota on every call — avoid polling more than once per minute. See Rate limits.
Request:
cURL
Response:

Authorization

Authorization
string
required
Bearer token with your Radar API key. Format: Bearer taapit_...

Query Parameters

minutes
integer
default:"5"
Rolling window in minutes. Minimum 1, maximum 60.

Response Fields

data
array
required
Visitors active in the window, ordered by most recent activity. Each entry includes the visitor’s location, current page, referrer and device.
windowMinutes
integer
The window size applied to this response.