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

← Dark Order
Tapu Koko ◇

Tapu Koko ◇

Prism Rare #14 Pokémon BasicPrism Star HP 130
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Dark Order · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Mach Bolt 120
Lightning · Lightning · Colorless
GET /api/v1/pokemon/cards/sm8a_ja-14vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8a_ja-14vh",
    "name": "Tapu Koko ◇",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8a_ja",
      "name": "Dark Order",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8a",
      "printed_total": 52,
      "release_date": "2018/10/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Order"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Prism Star"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Dance of the Ancients",
        "text": "Once during your turn (before your attack), if this Pokémon is on your Bench, you may choose 2 of your Benched Pokémon and attach a Lightning Energy card from your discard pile to each of them. If you do, discard all cards from this Pokémon and put it in the Lost Zone.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mach Bolt",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Prism Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 4.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.53
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:54:33.435Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.25
      }
    }
  }
}