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

← Start Deck 100 Battle Collection
Snorlax

Snorlax

Common #568 ポケモン たね HP 160
Types
Illustrator
Po-Suzuki
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
669523
GET /api/v1/pokemon/cards/mc_ja-568vrh?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-568vrh",
    "name": "Snorlax",
    "number": "568",
    "printed_number": "568",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-568vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-568vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-568vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "mc_ja",
      "name": "Start Deck 100 Battle Collection",
      "total": 774,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MC",
      "printed_total": 742,
      "release_date": "2025/12/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Start Deck 100 Battle Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "669523",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-568vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-568vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-568vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "無"
    ],
    "hp": "160",
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Po-Suzuki",
    "pricing": {
      "currency": "USD",
      "market": 13.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.81
        },
        {
          "condition": "LP",
          "price": 7.88
        },
        {
          "condition": "MP",
          "price": 5.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.34,
          "low": 9.5,
          "high": 9.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 81,
          "low": 64.47,
          "high": 104,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        }
      ],
      "market_updated_at": "2026-09-21T16:49:29.931Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}