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 Explorers
Slowking

Slowking

Rare #49 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
89320

Attacks

Psy Bolt 20
Psychic

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Hand Press 50
Psychic · Colorless · Colorless

If you have more cards in your hand than your opponent, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bw5-49?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-49",
    "name": "Slowking",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/49.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89320",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psy Bolt",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hand Press",
        "text": "If you have more cards in your hand than your opponent, this attack does 30 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 5.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.89
        },
        {
          "condition": "LP",
          "price": 3.77
        },
        {
          "condition": "MP",
          "price": 2.41
        },
        {
          "condition": "HP",
          "price": 4.13
        },
        {
          "condition": "DMG",
          "price": 2.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.49
      }
    }
  }
}