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

← Burning Shadows
Guzma

Guzma

Uncommon #115a Trainer Supporter
Illustrator
Masakazu Fukuda
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138611
GET /api/v1/pokemon/cards/sm3-115a?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-115a",
    "name": "Guzma",
    "number": "115a",
    "printed_number": "115a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/115a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/115a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/115a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138611",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/115a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/115a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/115a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.35
      }
    }
  }
}