# Usage leaderboard — Y-API

> Public ranking of the busiest Y-API accounts over the last 30 days — sorted by request count, with tokens and credit spent.

This is the markdown representation of https://y-api.bestvirtualgoods.com/rankings. The board itself is deliberately not baked into this file — it is recomputed every five minutes. Read the HTML page or call the JSON API below for the current ranking. Generated by `scripts/generate-seo-assets.mjs` from the same copy the page renders — do not edit by hand.

## Summary

The accounts that moved the most traffic through Y-API over the last 30 days.

## Columns

| Column | Meaning |
| --- | --- |
| Rank | Position on the board, 1 is highest. |
| User | Display name from the sign-in provider, shown as-is. |
| Requests | API calls routed through Y-API inside the window. |
| Tokens | Total tokens billed across those calls. |
| Credit used | Account credit deducted for those calls, in US dollars. |

## How this ranking is built

- Every API call routed through Y-API in the last 30 days counts, for every account that finished sign-up. The window rolls: today's traffic pushes out the oldest day.

- Accounts are sorted by request count. Ties are broken by token usage, so two accounts with the same call count are ordered by how much text they moved.

- Credit used is what those calls were billed at, in US dollars of account credit.

- The plan badge shows the account's plan right now, not during the window. Plans only move up, so an account that upgraded recently may have spent most of the window on the free plan.

- Trial and paid accounts are ranked together. The badge is the plan, not the spend — an account can climb on free models without paying anything, so read the credit column to see what was actually spent.

- Display names come from the sign-in provider and are shown as-is. Accounts with no calls in the window have no rank and do not appear.

## Machine-readable source

`GET https://y-api.bestvirtualgoods.com/api/rankings/public` returns the same board as JSON, with no API key and no account. It is the same data the page renders, cached for five minutes.

## Links

- HTML version of this page: https://y-api.bestvirtualgoods.com/rankings
- Site index for agents: https://y-api.bestvirtualgoods.com/llms.txt
- Full reference (single file): https://y-api.bestvirtualgoods.com/llms-full.txt
- OpenAPI 3.1 spec: https://y-api.bestvirtualgoods.com/openapi.json
- Model catalog (JSON, no key needed): https://y-api.bestvirtualgoods.com/models.json
- API base URL: `https://api.y-api.bestvirtualgoods.com/v1`
- Contact: support@bestvirtualgoods.com
- JSON API (no key required): https://y-api.bestvirtualgoods.com/api/rankings/public
- Pricing and billing: https://y-api.bestvirtualgoods.com/pricing
- Integration guide: https://y-api.bestvirtualgoods.com/docs
- Available models: https://y-api.bestvirtualgoods.com/models
