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

← Peerless Fighters
Dugtrio

Dugtrio

Non #34 Pokémon Stage 1Rapid Strike HP 90
Types
Fighting
Illustrator
Hitoshi Ariga
Expansion
Peerless Fighters · Sword & Shield
Language
Japanese
TCGplayer
570399

Attacks

Triple Head 60×
Fighting · Colorless

Flip 3 coins. This attack does 60 damage for each heads. If all of them are heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.

GET /api/v1/pokemon/cards/swsh5a_ja-34?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5a_ja-34",
    "name": "Dugtrio",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5a_ja",
      "name": "Peerless Fighters",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5a",
      "printed_total": 70,
      "release_date": "2021/03/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Peerless Fighters"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570399",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Rapid Strike"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Triple Head",
        "text": "Flip 3 coins. This attack does 60 damage for each heads. If all of them are heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:29:12.201Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}