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

← Chilling Reign
Dugtrio

Dugtrio

Rare #77 Pokémon Stage 1Rapid Strike HP 90
Types
Fighting
Illustrator
Hitoshi Ariga
Expansion
Chilling Reign · Sword & Shield
Language
English
TCGplayer
241742

Attacks

Triple Heads 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/swsh6-77?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6-77",
    "name": "Dugtrio",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/77.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/77.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/77.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6",
      "name": "Chilling Reign",
      "total": 233,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRE",
      "printed_total": 198,
      "release_date": "2021/06/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "241742",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/77.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/77.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/77.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Rapid Strike"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Triple Heads",
        "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": "Rare",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:11:51.488Z",
      "trend_7d": {
        "direction": "up",
        "percent": 15
      }
    }
  }
}