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

← Generations
Snorlax

Snorlax

Rare #58 Pokémon Basic HP 130
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Generations · XY
Language
English
TCGplayer
113716

Attacks

Sleepy Press 120
Colorless · Colorless · Colorless · Colorless

Heal 20 damage from this Pokémon. This Pokémon is now Asleep.

GET /api/v1/pokemon/cards/g1-58?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-58",
    "name": "Snorlax",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/58.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113716",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Stir and Snooze",
        "text": "If this Pokémon is Asleep, flip 2 coins instead of 1 between turns. If either of them is tails, this Pokémon is still Asleep.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Sleepy Press",
        "text": "Heal 20 damage from this Pokémon. This Pokémon is now Asleep.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 6.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.17
        },
        {
          "condition": "LP",
          "price": 3.14
        },
        {
          "condition": "MP",
          "price": 2.39
        },
        {
          "condition": "HP",
          "price": 1.34
        },
        {
          "condition": "DMG",
          "price": 2.63
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25.99,
          "low": 22.09,
          "high": 29.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.5,
          "low": 29.5,
          "high": 34.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.83
      }
    }
  }
}