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

← Battle Styles
Cherrim (Play Pokemon Stamp)

Cherrim (Play Pokemon Stamp)

Rare Holo #8 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Mina Nakai
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
475974

Attacks

Seed Bomb 70
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh5-8vpp?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-8vpp",
    "name": "Cherrim (Play Pokemon Stamp)",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-8vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-8vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-8vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "475974",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-8vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-8vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-8vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Spring Bloom",
        "text": "As often as you like during your turn, you may attach a Grass Energy card from your hand to 1 of your Pokémon that doesn't have a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Seed Bomb",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 1.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.11
        },
        {
          "condition": "LP",
          "price": 0.96
        },
        {
          "condition": "HP",
          "price": 0.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.91
      }
    }
  }
}