ProtonDB API
protondb.com
ProtonDB - Linux/Proton game compatibility with Steam metadata and Deck verification.
- Actions
- 10
- Category
- Gaming
- Login
- Not required
- Output
- JSON
Call the ProtonDB API
Submit a task, then poll the job until it settles. This example runs act_protondb_anti_cheat_browse_listing.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_protondb_anti_cheat_browse_listing",
"params": {
"search_query": "",
"page": 0
}
}'10 actions on protondb.com
Read
Steam Deck Compatibility
act_protondb_steam_deck_compatibilityread1 credit / callReturns Steam Deck verification test results for a Steam app with category and per-test items.
- steam_app_id
- string · required
Steam Deck Compatibility Status
act_protondb_steam_deck_compatibility_statusread1 credit / callReturns a game's Steam Deck Verified status with category and per-check test results.
- steam_app_id
- string · required
Steam Store App Details
act_protondb_steam_store_app_detailsread1 credit / callReturns full Steam Store metadata including name, release date, developers, genres, DLC, and requirements.
- steam_app_id
- string · required
Steam Store Game Metadata
act_protondb_steam_store_game_metadataread1 credit / callReturns Steam store metadata for one game with name, price, description, requirements, and genres.
- steam_app_id
- string · required
Write
Write actions change state on protondb.com and run as the account you connect.
Anti Cheat Browse Listing
act_protondb_anti_cheat_browse_listingwrite2 credits / callReturns anti-cheat games with Steam IDs, user scores, and platform tags.
- search_query
- string
- page
- integer
- exclude_native_linux
- boolean
App Compatibility Summary
act_protondb_protondb_app_summarywrite2 credits / callReturns ProtonDB compatibility summary for a Steam app with user score, OS list, tags, and release year.
- steam_app_id
- string · required
Deck Verified Browse Listing
act_protondb_deck_verified_browse_listingwrite2 credits / callReturns Steam Deck Verified and Playable games with scores, platforms, and release years.
- search_query
- string
- page
- integer
Game Compatibility Details
act_protondb_game_compatibility_detailwrite2 credits / callReturns Linux and Proton compatibility details for one game with score, platforms, and tags.
- steam_app_id
- string · required
Game Search Results
act_protondb_game_search_resultswrite2 credits / callReturns games by keyword with Steam IDs, names, scores, platforms, and release years.
- search_query
- string · required
- page
- integer
Trending Games Listing
act_protondb_trending_games_listingwrite2 credits / callReturns trending games with Steam IDs, titles, user scores, platforms, and release years.
- search_query
- string
- page
- integer
ProtonDB API questions
- Is there an API for ProtonDB?
- ProtonDB does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for protondb.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape ProtonDB data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when protondb.com changes its markup, Anakin updates the action.
- Do I need a ProtonDB account?
- No. Every ProtonDB action listed here runs anonymously — no account and no credentials required.
- What does the ProtonDB API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Gaming APIs
17Lands
Magic: The Gathering draft analytics - card win rates, archetypes, filters, and leaderboards.
CS Steam Analyst
CS:GO/CS2 skin market - prices, price history, trends, rankings, and index.
CSGOSkins
CS2 skin search - item detail and multi-marketplace pricing comparison.
Eneba
Digital game keys and gift cards marketplace - search, details, pricing, and seller offers.
Epic Games
Epic Games Store - game search, product details, pricing, and system requirements.
Fortnite Tracker
Fortnite Tracker - player stats, leaderboards, item shop, and account search.