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

← Ultra Prism
Glameow

Glameow

Common #108 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shibuzoh.
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157725

Attacks

Gentle Bite 10
Colorless

During your opponent's next turn, the Defending Pokémon's attacks do 40 less damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sm5-108?include=prices 200 39ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-108",
    "name": "Glameow",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/108.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/108.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/108.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157725",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/108.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/108.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/108.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gentle Bite",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks do 40 less damage (before applying Weakness and Resistance).",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "LP",
          "price": 0.51
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.26
        },
        {
          "condition": "DMG",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.6,
          "low": 11.56,
          "high": 15.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.64
      }
    }
  }
}