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

← POP Series 8
Cherrim

Cherrim

Uncommon #6 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Atsuko Nishida
Expansion
POP Series 8 · POP
Language
English
TCGplayer
84253

Attacks

Worry Seed 20
Grass

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

Magical Leaf 20
Grass · Grass

Flip a coin. If heads, this attack does 20 damage plus 20 more damage and remove 3 damage counters from Cherrim.

GET /api/v1/pokemon/cards/pop8-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-6",
    "name": "Cherrim",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84253",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Worry Seed",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Magical Leaf",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and remove 3 damage counters from Cherrim.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        },
        {
          "condition": "LP",
          "price": 5.24
        },
        {
          "condition": "MP",
          "price": 6.01
        },
        {
          "condition": "HP",
          "price": 3.63
        },
        {
          "condition": "DMG",
          "price": 3.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.23,
          "low": 17.93,
          "high": 17.93,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74.99,
          "low": 63.74,
          "high": 86.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:01.088Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}