For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The Go SDK and docs are currently in beta.
Report issues on GitHub.
Fields
Field
Type
Required
Description
Example
AppID
int64
✔️
Stable numeric identifier of the app on OpenRouter.
12345
AppName
string
✔️
Public display name of the app.
Cline
Rank
int64
✔️
1-based position of the app within this response, per the requested sort.
1
TotalRequests
int64
✔️
Number of requests attributed to the app inside the date window.
4321
TotalTokens
string
✔️
Sum of prompt_tokens + completion_tokens attributed to the app inside the date window, returned as a decimal string so 64-bit values are not truncated.