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

← Hidden Fates
Snorlax

Snorlax

Rare #50 Pokémon Basic HP 150
Types
Colorless
Illustrator
Akira Komayama
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197696

Attacks

Incredible Snore 100
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm115-50?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm115-50",
    "name": "Snorlax",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/50.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197696",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Incredible Snore",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 1.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.31
        },
        {
          "condition": "LP",
          "price": 1.08
        },
        {
          "condition": "MP",
          "price": 0.78
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.66
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 54.11,
          "low": 40.8,
          "high": 40.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16.38,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 110,
          "low": 93.5,
          "high": 126.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 17.63,
          "low": 17.57,
          "high": 17.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.39
      }
    }
  }
}