Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AppID | int64 | :heavy_check_mark: | Stable numeric identifier of the app on OpenRouter. | 12345 |
AppName | string | :heavy_check_mark: | Public display name of the app. | Cline |
Rank | int64 | :heavy_check_mark: | 1-based position of the app within this response, per the requested sort. | 1 |
TotalRequests | int64 | :heavy_check_mark: | Number of requests attributed to the app inside the date window. | 4321 |
TotalTokens | string | :heavy_check_mark: | 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. | 12345678 |