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

← Shiny Collection
Stunfisk

Stunfisk

Non #12 Pokémon Basic
Types
Fighting
Illustrator
Akira Komayama
Expansion
Shiny Collection · Black & White
Language
Japanese
TCGplayer
602861

Attacks

Attract
Fighting

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Mud-Slap 70
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/sc1_ja-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sc1_ja-12",
    "name": "Stunfisk",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "sc1_ja",
      "name": "Shiny Collection",
      "total": 25,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "SC",
      "printed_total": 20,
      "release_date": "2013/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602861",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Attract",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mud-Slap",
        "damage": "70"
      }
    ],
    "rarity": "Non",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 12.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.33
        },
        {
          "condition": "LP",
          "price": 10.5
        },
        {
          "condition": "MP",
          "price": 9
        },
        {
          "condition": "HP",
          "price": 8.49
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 46.9,
          "low": 16.8,
          "high": 77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 78,
          "low": 56.28,
          "high": 81.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 43.6,
          "high": 76.62,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:04:33.985Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}