Discover/lmarena.ai API
live

lmarena.ai APIlmarena.ai

Access LMArena leaderboard rankings, ratings, and model metadata across text, code, vision, image, video, and search categories via a structured API.

Endpoints
13
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/e3e90e15-f9f2-49dc-a1e2-de9030d6d41d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e3e90e15-f9f2-49dc-a1e2-de9030d6d41d/get_leaderboard_overview' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 13 totalclick to expand

Fetch the leaderboard overview showing the default ranked models on the main leaderboard page. Returns entries and metadata.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "entries": "array of model ranking objects with rank, modelDisplayName, rating, votes, modelOrganization, license, and pricing fields",
    "metadata": "object containing leaderboard metadata"
  },
  "sample": {
    "data": {
      "entries": [
        {
          "rank": 1,
          "votes": 506,
          "rating": 1361.79,
          "license": "Proprietary",
          "modelUrl": "https://seed.bytedance.com/en/seedance2_0",
          "rankLower": 1,
          "rankUpper": 1,
          "ratingLower": 1340.59,
          "ratingUpper": 1382.99,
          "releaseType": null,
          "contextLength": null,
          "pricePerImage": null,
          "pricePerSecond": null,
          "modelDisplayName": "dreamina-seedance-2.0-720p",
          "modelOrganization": "Bytedance",
          "inputPricePerMillion": null,
          "outputPricePerMillion": null
        }
      ],
      "metadata": {}
    },
    "status": "success"
  }
}

About the lmarena.ai API

The LMArena API provides structured access to 13 endpoints covering AI model leaderboard rankings across six modalities: text, code, vision, image generation, video generation, and search. Endpoints like get_text_leaderboard and get_top_models_by_category return per-model fields including Elo-style ratings, vote counts, organization, license, context length, and pricing tier — giving developers a programmatic view of community-ranked model performance as tracked by LMArena.

Leaderboard Endpoints by Modality

Each arena has a dedicated endpoint: get_text_leaderboard, get_code_leaderboard, get_vision_leaderboard, get_text_to_image_leaderboard, get_image_edit_leaderboard, get_search_leaderboard, get_text_to_video_leaderboard, and get_image_to_video_leaderboard. Every leaderboard endpoint returns an entries array and an initialModels array. Each entry includes rank, modelDisplayName, rating, votes, modelOrganization, license, and pricing. The text leaderboard additionally exposes contextLength per model. The initialModels array lists models available for direct interaction, with their id, organization, displayName, and capabilities.

Querying and Filtering

get_top_models_by_category accepts a required category parameter (accepted values: text, code, vision, text-to-image, image-edit, search, text-to-video, image-to-video) and an optional limit integer, returning the top N ranked models from that arena sorted by rank. search_leaderboard_models takes a required query string and an optional category, performing case-insensitive matching against modelDisplayName and organization names — useful for checking whether a specific model or vendor appears in any ranked leaderboard.

Cross-Category and Model Discovery

get_best_coding_models returns two arrays in a single call: the full code_leaderboard and a text_leaderboard_snapshot containing the top 10 text arena entries — useful for comparing coding-specific performance against general text generation ranking. list_available_models returns the full set of models exposed for interaction, with per-model inputCapabilities, outputCapabilities, userSelectable, and additional metadata fields, independent of any leaderboard ranking.

Overview Endpoint

get_leaderboard_overview fetches the default main leaderboard page, returning an entries array and a metadata object. This reflects the default ranked view shown on the LMArena homepage without filtering by modality.

Common use cases
  • Track how a specific model's Elo rating and vote count evolve across LMArena leaderboard updates.
  • Compare a vendor's models across text, code, and vision arenas using search_leaderboard_models with the organization name as the query.
  • Build a model selection tool that surfaces the top-ranked models per category using get_top_models_by_category with a configurable limit.
  • Identify which frontier models support vision or multimodal input by querying list_available_models and inspecting inputCapabilities.
  • Generate a coding model benchmark digest by combining get_best_coding_models's code leaderboard with its text arena top-10 snapshot.
  • Monitor open-weight vs. proprietary model distribution in a leaderboard by filtering license fields from any arena endpoint.
  • Power a leaderboard dashboard that shows rank, rating, votes, and context length for text models alongside pricing tier.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does LMArena offer an official developer API?+
LMArena does not currently publish an official public developer API or documented REST endpoint for accessing its leaderboard data. This Parse API provides structured programmatic access to that data.
What does the `get_text_leaderboard` endpoint return beyond a model's rank?+
Each entry includes rank, modelDisplayName, rating (the community Elo-style score), votes (total battle count), modelOrganization, license, contextLength, and pricing. The initialModels array in the same response lists models available for interaction with their id, displayName, organization, and capabilities.
Can I retrieve historical leaderboard rankings or track rating changes over time?+
Not currently. All leaderboard endpoints return the current snapshot of rankings without historical time-series data. You can fork this API on Parse and revise it to add a caching or polling layer that stores snapshots over time.
Does the API expose individual battle results or head-to-head matchup data between models?+
Not currently. The endpoints return aggregated leaderboard metrics — rank, rating, and vote totals — but not individual battle transcripts or pairwise win/loss records. You can fork this API on Parse and revise it to add an endpoint targeting that data if LMArena exposes it.
How does `search_leaderboard_models` behave when no `category` is provided?+
When category is omitted, the search runs against the default leaderboard category. Specifying a category (e.g., code, vision, text-to-video) scopes the match to that arena's entries. The response echoes both the query and the resolved category so results are unambiguous.
Page content last updated . Spec covers 13 endpoints from lmarena.ai.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
theresanaiforthat.com API
Search and discover AI tools across different tasks, get detailed information about specific tools, browse available deals, and stay updated on the latest tools. Find the perfect AI solution for your needs by filtering by task category or checking featured and trending tools.
oeis.org API
Search OEIS for integer sequences by keyword, A-number, or known terms, then retrieve full sequence entries and b-file term data.
nvidia.com API
nvidia.com API
sketchfab.com API
Search and browse 3D models on Sketchfab, including filtering by category, license, animation, and downloadability. Retrieve detailed model metadata, creator profiles, collections, thumbnails, tags, and viewer configuration options.
mvnrepository.com API
Search Maven artifacts and retrieve detailed information about Java libraries, including artifact details, relocation notices, and popular package rankings. Find the exact dependencies you need and discover trending open-source projects in the Maven ecosystem.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
intelx.io API
Search leaked databases, darknet markets, and paste sites to uncover exposed credentials, breach data, and threat intelligence across the internet. Retrieve detailed results including file previews, account information, and phonebook records to investigate security threats and monitor data breaches.
LMArena API – Model Leaderboard Data · Parse