> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# RankingsDailyResponse - Python SDK

> RankingsDailyResponse method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## Fields

| Field  | Type                                                                                                  | Required             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                              | Example                                                                                                 |
| ------ | ----------------------------------------------------------------------------------------------------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `data` | List\[[components.RankingsDailyItem](/client-sdks/python/api-reference/components/rankingsdailyitem)] | :heavy\_check\_mark: | Up to 51 rows per day — the top 50 public models by `total_tokens` for each UTC calendar date in the window, plus one aggregated `other` row summing every model outside that top 50 (omitted when the long tail is empty). Rows are sorted by `date` ascending, then by `total_tokens` descending, with `other` pinned last within its date. Ties between real models break alphabetically on `model_permaslug` so the order is stable across requests. |                                                                                                         |
| `meta` | [components.RankingsDailyMeta](/client-sdks/python/api-reference/components/rankingsdailymeta)        | :heavy\_check\_mark: | N/A                                                                                                                                                                                                                                                                                                                                                                                                                                                      | `{"as_of": "2026-05-12T02:00:00Z","end_date": "2026-05-11","start_date": "2026-04-12","version": "v1"}` |
