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
Hakamo-o

Hakamo-o

Uncommon #76 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
Masakazu Fukuda
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149102

Attacks

Noble Roar
Colorless

Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.

Dragon Claw 40
Lightning · Fighting
GET /api/v1/pokemon/cards/sm4-76?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-76",
    "name": "Hakamo-o",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/76.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": "149102",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Noble Roar",
        "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon."
      },
      {
        "cost": [
          "Lightning",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Claw",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.16
        },
        {
          "condition": "HP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.57
      }
    }
  }
}