Skip to main content
GET
People
Returns a paginated list of people (visitors) over the requested date range, with their key attributes (identity, location, source, device, revenue, sessions). Supports optional filters. Request:
cURL
Response:

Authorization

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

Query Parameters

string
required
Start of the range, ISO 8601 (UTC). Example: 2026-01-01T00:00:00Z.
string
required
End of the range, ISO 8601 (UTC). Example: 2026-01-31T23:59:59Z.
string
default:"recent"
Sort order. recent (last activity), revenue, sessions or events.
integer
default:"200"
Maximum number of people to return. Capped at 1000.
string
Filter by ISO-2 country code (e.g. FR).
string
Filter by browser name (e.g. Chrome).
string
Filter by device type (desktop, mobile, tablet).
string
Filter by traffic source / referrer.
string
Filter by identity status (identified or anonymous).
string
Filter by activity level.

Response Fields

array
required
Array of people.
integer
Total number of people in the range (unfiltered). Equals data.length when filters are applied.
integer
The effective limit applied to this response.