ConsoleCatalog
Sign in
17Lands logo

17Lands

17lands.comGamingno auth

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

Card Information

ASYNCREADNo auth

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

ParametersFormJSON

Set/expansion code in the URL path

Draft format enum in the URL path

Inclusive window start (startDate query param, YYYY-MM-DD)

Inclusive window end (endDate query param, YYYY-MM-DD)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'