Gaming
ProtonDB logo

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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns 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

All Gaming sites