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

← Alter Genesis
Hakamo-o

Hakamo-o

usually #70 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Ryuta Fuse
Expansion
Alter Genesis · Sun & Moon
Language
Japanese
TCGplayer
572207

Attacks

Dragonslice 30
Lightning · Fighting
GET /api/v1/pokemon/cards/sm12_ja-70?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12_ja-70",
    "name": "Hakamo-o",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/70.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/70.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/70.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12_ja",
      "name": "Alter Genesis",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12",
      "printed_total": 95,
      "release_date": "2019/09/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alter Genesis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572207",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/70.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/70.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/70.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Fighter's Roar",
        "text": "If your opponent's Active Pokémon is a Pokémon-GX or Pokémon-EX, this Pokémon can evolve during the turn you play it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Dragonslice",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 0.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.43
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:15:27.717Z",
      "trend_7d": {
        "direction": "up",
        "percent": 34.38
      }
    }
  }
}