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

← Secret Wonders
Dugtrio

Dugtrio

Rare #24 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Ken Sugimori
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
85002

Attacks

Dig Trap
Fighting · Colorless

Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Dugtrio during your opponent's next turn. If Dugtrio is your Active Pokémon at the end of your opponent's next turn, put 6 damage counters on 1 of your opponent's Benched Pokémon.

Pit Trap 50
Fighting · Fighting · Colorless

Your opponent flips a coin. If tails, this attack does 50 damage plus 50 more damage.

GET /api/v1/pokemon/cards/dp3-24?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-24",
    "name": "Dugtrio",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/24.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85002",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dig Trap",
        "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Dugtrio during your opponent's next turn. If Dugtrio is your Active Pokémon at the end of your opponent's next turn, put 6 damage counters on 1 of your opponent's Benched Pokémon."
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pit Trap",
        "text": "Your opponent flips a coin. If tails, this attack does 50 damage plus 50 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.97
        },
        {
          "condition": "LP",
          "price": 0.66
        },
        {
          "condition": "MP",
          "price": 0.4
        },
        {
          "condition": "HP",
          "price": 0.59
        },
        {
          "condition": "DMG",
          "price": 0.46
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}