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

← Ascended Heroes
Drakloak

Drakloak

Common #159 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
cochi8i
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675971

Attacks

Dragon Headbutt 70
Fire · Psychic
GET /api/v1/pokemon/cards/me2pt5-159?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-159",
    "name": "Drakloak",
    "number": "159",
    "printed_number": "159",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/159.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/159.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/159.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675971",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/159.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/159.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/159.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Recon Directive",
        "text": "Once during your turn, you may look at the top 2 cards of your deck and put 1 of them into your hand. Put the other card on the bottom of your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Headbutt",
        "damage": "70"
      }
    ],
    "rarity": "Common",
    "artist": "cochi8i",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.95,
          "low": 25.46,
          "high": 34.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 1400,
          "low": 1190,
          "high": 1610,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:54:44.651Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}