Gaming
17Lands logo

17Lands API

17lands.com

Magic: The Gathering draft analytics - card win rates, archetypes, filters, and leaderboards.

Actions
5
Category
Gaming
Login
Not required
Output
JSON

Call the 17Lands API

Submit a task, then poll the job until it settles. This example runs act_17lands_com_card_info_with_stats.

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_17lands_com_card_info_with_stats",
    "params": {
      "expansion": "SOS",
      "event_type": "PremierDraft",
      "start_date": "2026-04-21",
      "end_date": "2026-06-06"
    }
  }'

5 actions on 17lands.com

Read

  • Card Information

    act_17lands_com_card_info_with_statsread2 credits / call

    Returns per-card metadata including name, mana value, image, and types keyed by MTGA card ID.

    expansion
    string · required
    event_type
    string · required
    start_date
    date · required
    end_date
    date · required
  • Card Ratings

    act_17lands_com_card_ratings_listingread2 credits / call

    Returns per-card pick, play, and win-rate stats for a set, draft format, and date window.

    expansion
    string · required
    event_type
    string · required
    start_date
    date · required
    end_date
    date · required
  • Color Pair Win Rates

    act_17lands_com_color_pair_win_ratesread2 credits / call

    Returns wins, games, and win rates per color archetype for a set, format, and date range.

    expansion
    string · required
    event_type
    string · required
    start_date
    date · required
    end_date
    date · required
    combine_splash
    string
  • Draft Filter Metadata

    act_17lands_com_draft_filter_metadataread1 credit / call

    Returns expansion, format, color, and default start-date options for draft analytics filters.

  • Draft Leaderboard

    act_17lands_com_draft_leaderboardread2 credits / call

    Returns ranked player standings with screen names, wins, win rates, trophies, and rank tiers.

    expansion
    string · required
    format
    string · required

17Lands API questions

Is there an API for 17Lands?
17Lands does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for 17lands.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 17Lands 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 17lands.com changes its markup, Anakin updates the action.
Do I need a 17Lands account?
No. Every 17Lands action listed here runs anonymously — no account and no credentials required.
What does the 17Lands 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