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

← Crimson Invasion
Stufful

Stufful

Common #55 Pokémon Basic HP 70
Types
Fighting
Illustrator
Kanako Eo
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149078

Attacks

Flop 30
Colorless · Colorless
GET /api/v1/pokemon/cards/sm4-55?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-55",
    "name": "Stufful",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/55.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149078",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flop",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.12
        },
        {
          "condition": "DMG",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:11.071Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.7
      }
    }
  }
}