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

← Dragon Blade
Slaking

Slaking

Rare #43 Pokémon Stage 2 HP 150
Types
Colorless
Illustrator
Naoki Saito
Expansion
Dragon Blade · Black & White
Language
Japanese
TCGplayer
601524

Attacks

Crushing Blow 100
Colorless · Colorless · Colorless · Colorless

Discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw5d_ja-43vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5d_ja-43vh",
    "name": "Slaking",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5d_ja",
      "name": "Dragon Blade",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blade"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601524",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/43vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Unobservant",
        "text": "If your opponent's Active Pokémon is a Basic Pokémon, this Pokémon can't attack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Crushing Blow",
        "text": "Discard an Energy attached to the Defending Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 139.99,
          "low": 136,
          "high": 188,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 84.04,
          "low": 119.99,
          "high": 119.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-06-04T03:17:33.485Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}