People
Radar API
People
List people (visitors) for the project bound to your API key
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:
Response:
cURL
Authorization
Bearer token with your Radar API key. Format:
Bearer taapit_...Query Parameters
Start of the range, ISO 8601 (UTC). Example:
2026-01-01T00:00:00Z.End of the range, ISO 8601 (UTC). Example:
2026-01-31T23:59:59Z.Sort order.
recent (last activity), revenue, sessions or events.Maximum number of people to return. Capped at
1000.Filter by ISO-2 country code (e.g.
FR).Filter by browser name (e.g.
Chrome).Filter by device type (
desktop, mobile, tablet).Filter by traffic source / referrer.
Filter by identity status (
identified or anonymous).Filter by activity level.
Response Fields
Array of people.
Total number of people in the range (unfiltered). Equals
data.length when filters are applied.The effective limit applied to this response.