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

← Perfect Order
Snorlax

Snorlax

Common #63 Pokémon Basic HP 160
Types
Colorless
Illustrator
Toshinao Aoki
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684440

Attacks

Gormandizer
Colorless

Flip a coin until you get tails. Search your deck for an amount of Basic Energy up to the number of heads and attach it to this Pokémon. Then, shuffle your deck.

Collapse 160
Colorless · Colorless · Colorless · Colorless

This Pokémon is now Asleep.

GET /api/v1/pokemon/cards/me3-63?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-63",
    "name": "Snorlax",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-63.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-63.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-63.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684440",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-63.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-63.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-63.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gormandizer",
        "text": "Flip a coin until you get tails. Search your deck for an amount of Basic Energy up to the number of heads and attach it to this Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Collapse",
        "text": "This Pokémon is now Asleep.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 44.24,
          "low": 31.37,
          "high": 57.12,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.5,
          "low": 17.36,
          "high": 30.9,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 168.5,
          "low": 168.5,
          "high": 323.25,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "down",
            "percent": -25.2
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.14
      }
    }
  }
}