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

← Beat of the Frontier
Shroomish

Shroomish

usually #13 Pokémon Basic HP 60
Types
Grass
Illustrator
Yuka Morii
Expansion
Beat of the Frontier · Platinum
Language
Japanese
TCGplayer
607393

Attacks

Stun Spore
Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/pt3_ja-13?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt3_ja-13",
    "name": "Shroomish",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "pt3_ja",
      "name": "Beat of the Frontier",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT3",
      "printed_total": 100,
      "release_date": "2009/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Beat of the Frontier"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607393",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Stun Spore",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 4.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.17
        },
        {
          "condition": "MP",
          "price": 3.43
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:49:13.526Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}