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

← Fates Collide
Kabuto

Kabuto

Uncommon #38 Pokémon Restored HP 80
Types
Fighting
Illustrator
MAHOU
Expansion
Fates Collide · XY
Language
English
TCGplayer
117798

Attacks

Mud Shot 30
Fighting
GET /api/v1/pokemon/cards/xy10-38vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-38vrh",
    "name": "Kabuto",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/38vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/38vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/38vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117798",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/38vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/38vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/38vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Restored"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Mud Shot",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 4.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.43
        },
        {
          "condition": "LP",
          "price": 0.67
        },
        {
          "condition": "MP",
          "price": 0.7
        },
        {
          "condition": "HP",
          "price": 0.4
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 22,
          "low": 22,
          "high": 22,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.099Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.24
      }
    }
  }
}