Discover/protondb.com API
live

protondb.com APIprotondb.com

Access ProtonDB game compatibility tiers, user reports, Steam Deck verification status, and global stats for any Steam App ID via a structured API.

Endpoints
8
Updated
4mo ago
Try it
Search keyword or game title to find matching games.
api.parse.bot/scraper/566b9bab-74d5-4cf8-9980-34c236c0e3b3/<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/566b9bab-74d5-4cf8-9980-34c236c0e3b3/search_games?query=Portal' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for games by title using the Algolia search index. Returns matching games with their Steam App IDs and basic metadata including app type.

Input
ParamTypeDescription
queryrequiredstringSearch keyword or game title to find matching games.
Response
{
  "type": "object",
  "fields": {
    "hits": "array of game objects with name and objectID (Steam App ID)",
    "query": "string, the search query echoed back",
    "nbHits": "integer, total number of matching results"
  },
  "sample": {
    "data": {
      "hits": [
        {
          "name": "Portal 2",
          "objectID": "620"
        },
        {
          "name": "Portal",
          "objectID": "400"
        }
      ],
      "page": 0,
      "query": "Portal",
      "nbHits": 1133,
      "nbPages": 57,
      "hitsPerPage": 20
    },
    "status": "success"
  }
}

About the protondb.com API

This API exposes 8 endpoints covering ProtonDB's full dataset of Linux and Steam Deck game compatibility data. Use get_game_summary to retrieve a game's tier rating (platinum through borked), confidence level, and total report count by Steam App ID, or call get_game_reports to pull individual user-submitted reports with hardware specs and Proton version details. The API also surfaces global statistics, dashboard breakdowns by catalog size, Steam Deck verification criteria, and a searchable game index.

Game Compatibility Endpoints

get_game_summary takes a Steam app_id and returns the core compatibility fields: tier (one of platinum, gold, silver, bronze, or borked), a numeric score between 0 and 1, confidence (strong, good, or inadequate), trendingTier, and bestReportedTier. This gives a quick read on how reliably a title runs under Proton. get_game_reports returns paginated individual reports for the same app_id, each containing contributor details, system specs, Proton version, timestamp, and user notes. The optional device parameter lets you filter to pc, steam-deck, or chrome-os reports specifically.

Search and Explore

search_games queries the game index by title string and returns an array of hits, each with a game name and objectID (the Steam App ID you need for other endpoints), plus nbHits indicating total matches. explore_games_list offers a paginated catalog view with sort options including popular, releaseDate, wilsonRating, playerCount, userScore, and mostBorked. Each result includes appId, title, and whitelistStatus.

Steam Deck Verification and Steam Store Details

get_deck_verified_details returns Valve's official Steam Deck compatibility assessment for a given app_id. The resolved_category field uses numeric codes: 3 for Verified, 2 for Playable, 1 for Unsupported, and 0 for Unknown. The resolved_items array breaks down individual test criteria results. get_steam_app_details returns full Steam store metadata for the same app — description, pricing, system requirements, and media — keyed by app_id.

Global Statistics

get_stats_summary returns site-wide counts: total reports, uniqueGames with at least one submission, and a timestamp of the last data update. get_dashboard_stats goes deeper, providing compatibility breakdowns across topTen, topHundred, topThousand, and fullSteamCatalog game sets, each segmented by ProtonDB medal tiers, click-play categories, and Steam Deck verification ratings.

Common use cases
  • Build a Linux gaming compatibility checker that looks up any Steam App ID and displays its ProtonDB tier and confidence level.
  • Filter Steam libraries by Proton compatibility tier to surface only gold or platinum-rated titles for a given user's game list.
  • Compare official Steam Deck Verified status (from get_deck_verified_details) against community ProtonDB tiers to flag disagreements.
  • Aggregate get_dashboard_stats breakdowns over time to track how the proportion of Verified Steam Deck titles in the full catalog changes.
  • Surface recent user reports filtered to steam-deck device type to show hardware-specific notes and Proton versions for a title.
  • Power a game discovery page sorted by wilsonRating or userScore from explore_games_list to surface well-reported Linux-compatible titles.
  • Cross-reference get_steam_app_details pricing and system requirements with ProtonDB compatibility tier to build a Linux-focused game buying guide.
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 ProtonDB have an official public developer API?+
ProtonDB does not publish a documented public developer API or issue API keys for third-party access. This Parse API provides structured access to the same compatibility data available on the site.
What does the `tier` field in `get_game_summary` actually represent?+
The tier field reflects the aggregate community compatibility rating derived from user reports. Values run from platinum (works perfectly out of the box) down through gold, silver, bronze, and borked (does not run). The response also includes trendingTier for the current directional trend and bestReportedTier for the highest tier ever reported, which can differ from the current aggregate.
Can I retrieve historical compatibility data or track how a game's tier has changed over time?+
Not currently. The API returns current summary data and individual timestamped reports, but does not expose a historical tier-change timeline or trend series. You can fork this API on Parse and revise it to add an endpoint that records and queries tier snapshots over time.
How does report pagination work in `get_game_reports`?+
The response includes page (current page), perPage (results per page), and total (total reports for the game). There is no explicit page input parameter exposed in the current endpoint definition, so the API returns the default first page of results. For games with high report counts, the total field tells you how many reports exist in full.
Does the API cover non-Steam games or Lutris/Wine compatibility data from other sources?+
No. All endpoints are scoped to Steam App IDs, and the compatibility data reflects ProtonDB's community reports for Steam titles running under Proton. Non-Steam game compatibility data from other Linux gaming sources is not included. You can fork this API on Parse and revise it to add endpoints that pull from additional sources.
Page content last updated . Spec covers 8 endpoints from protondb.com.
Related APIs in EntertainmentSee all →
steamdb.info API
Search and discover Steam games with real-time data on trending titles, most played games, top-rated releases, current sales, and free promotions. Get detailed information about any game including ratings, player counts, and pricing to find your next favorite game or track what's popular on Steam.
store.steampowered.com API
Search Steam Store listings, fetch featured categories (specials, top sellers, new releases), and retrieve app details and user reviews by Steam AppID.
opencritic.com API
Find and compare video game reviews and critic scores from industry experts, search games by title or filters, and browse detailed metadata including platforms, tags, and the latest releases. Get aggregated ratings and comprehensive review information to discover games and make informed purchasing decisions.
steamcharts.com API
Track player counts and trending games on Steam, search for specific titles, and view historical statistics for individual games. Monitor which games are gaining popularity and get detailed player data to stay informed about the gaming landscape.
gamestop.com API
Search GameStop's catalog for games and merchandise, browse products by category, view detailed product information including reviews, and discover what's available—all with seamless access that handles Cloudflare protection automatically.
gamepedia.com API
Search gaming wikis across Fandom to find guides, maps, strategies, and game information, then retrieve detailed page content in multiple formats along with images and metadata. Discover trending articles, browse categories, and navigate game-specific knowledge bases to get the gaming data you need.
opendota.com API
Access detailed Dota 2 match statistics, player performance metrics, hero win rates, and professional tournament data to analyze gameplay trends and competitive performance. Search for specific players, explore custom data queries through SQL, and retrieve comprehensive match histories to improve your understanding of the game.
api-public-docs.cs-prod.leetify.com API
Access CS2 player statistics, match history, and individual game performance data from Leetify's competitive database. Look up player profiles by Steam64 ID or Leetify user ID and retrieve comprehensive match details including per-round metrics and performance breakdowns.