Skip to main content
GET
Top source domains

Authorizations

Authorization
string
header
required

Your API key. Create one in Settings, API keys. Send it as Authorization: Bearer rk_live_YOUR_KEY.

Path Parameters

project
string
required

The project id. 24 characters. From List projects.

Pattern: ^[0-9a-f]{24}$

Query Parameters

from
string<date>

First day, YYYY-MM-DD, in the project's timezone. Default: the window your dashboard shows, 7 or 30 days back.

to
string<date>

Last day, YYYY-MM-DD, included. Default: today.

model
string

One model name, or several separated by commas: chatgpt, gemini, perplexity, copilot, aimode, aioverview. Default: every model the project tracks. Names the plan does not include are ignored.

Maximum string length: 120
limit
integer
default:20

Domains to return, 1 to 100. Default 20.

Required range: 1 <= x <= 100

Response

The domains, most used first.

data
object[]
meta
object
credits
object

What this call cost and what is left. Also in the X-RadarKit-Credits-Charged and X-RadarKit-Credits-Remaining headers.

request_id
string

A unique id for this call. Also in the X-Request-Id header. Quote it when you contact support.

Example:

"req_01j9x4m2p7q8r9s0t1u2v3w4x5"