Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Lost Link
Dugtrio

Dugtrio

Rare #24 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Shizurow
Expansion
Lost Link · LEGEND
Language
Japanese
TCGplayer
608643

Attacks

Dig 30
Fighting
Sand Impact 50+
Colorless · Colorless · Colorless

Flip a coin for each Fighting Energy attached to Dugtrio. This attack does 50 damage plus 20 more damage for each heads.

GET /api/v1/pokemon/cards/ll1_ja-24?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ll1_ja-24",
    "name": "Dugtrio",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "ll1_ja",
      "name": "Lost Link",
      "total": 40,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "LL",
      "printed_total": 40,
      "release_date": "2010/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Link"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608643",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Dig",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sand Impact",
        "text": "Flip a coin for each Fighting Energy attached to Dugtrio. This attack does 50 damage plus 20 more damage for each heads.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 3.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.42
        },
        {
          "condition": "LP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T11:03:14.931Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}