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

← Base Expansion Pack
Dugtrio

Dugtrio

Rare #88 Pokémon Stage 1
Types
Fighting
Illustrator
Masako Yamashita
Expansion
Base Expansion Pack · E-Card
Language
Japanese
TCGplayer
575976

Attacks

Mud Slap 20
Fighting
Magnitude 40
Fighting · Colorless · Colorless

Does 10 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/ecard1_ja-88?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1_ja-88",
    "name": "Dugtrio",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/88.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/88.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/88.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1_ja",
      "name": "Base Expansion Pack",
      "total": 128,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 128,
      "release_date": "2001/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Base Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "575976",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/88.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/88.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/88.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Mud Slap",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magnitude",
        "text": "Does 10 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      }
    ],
    "rarity": "Rare",
    "artist": "Masako Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 12.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 112.5,
          "low": 45,
          "high": 180,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T23:16:43.077Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}