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

← Team Up
Kabuto

Kabuto

Uncommon #77 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
sui
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183855

Attacks

Ramming Shell 40
Fighting

During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sm9-77vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-77vrh",
    "name": "Kabuto",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/77vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/77vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/77vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183855",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/77vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/77vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/77vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Ramming Shell",
        "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.88
        },
        {
          "condition": "LP",
          "price": 0.68
        },
        {
          "condition": "MP",
          "price": 0.36
        },
        {
          "condition": "HP",
          "price": 0.52
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 33.74,
          "low": 28.68,
          "high": 38.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.07,
          "low": 20.46,
          "high": 27.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.32
      }
    }
  }
}