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

← Collection Y
Dugtrio

Dugtrio

Non #30 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Toyste Beach
Expansion
Collection Y · XY
Language
Japanese
TCGplayer
603161

Attacks

Earthquake 60
Fighting

This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Rock Tumble 60
Fighting · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/xy1y_ja-30?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1y_ja-30",
    "name": "Dugtrio",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1y_ja",
      "name": "Collection Y",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Y"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603161",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Earthquake",
        "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Tumble",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:24:22.253Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}