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
Illustrator
Atsuko Nishida
Expansion
POP Series 8 · POP
Language
English
TCGplayer
84253
GET /api/v1/pokemon/cards/pop8-6vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-6vh",
    "name": "Cherrim",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/6vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.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": "7",
          "value": 10.49,
          "low": 8.92,
          "high": 12.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 39.67,
          "low": 33.72,
          "high": 45.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:38:28.861Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}