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

← Vivid Portrayals (Obsidian)
Snorlax

Snorlax

Ultra Rare #142/115 Pokémon Basic HP 130
Types
Colorless
Illustrator
Saki Hayashiro
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Body Slam 100
Colorless · Colorless · Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/vpo-142vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-142vh",
    "name": "Snorlax",
    "number": "142/115",
    "printed_number": "142/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-142vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-142vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-142vh.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-142vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-142vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-142vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "Saki Hayashiro",
    "pricing": {
      "currency": "USD",
      "market": 29.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 213.93,
          "low": 275,
          "high": 275,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 49.14,
          "low": 34.5,
          "high": 54.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 219.5,
          "low": 215.45,
          "high": 280.22,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "down",
            "percent": -14.3
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 68,
          "low": 57.8,
          "high": 78.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 63.28,
          "low": 61.46,
          "high": 67.06,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:27:53.838Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}