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 Rush
Slowpoke

Slowpoke

usually #16 Pokémon Basic
Types
Water
Illustrator
MAHOU
Expansion
Dark Rush · Black & White
Language
Japanese
TCGplayer
601417

Attacks

Big Yawn
Colorless

Both the Pokémon and the Defending Pokémon are now Asleep.

Shot in the Dark 20
Water · Colorless

Flip 2 coins. If either of them is tails, this attack does nothing.

GET /api/v1/pokemon/cards/bw4_ja-16?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4_ja-16",
    "name": "Slowpoke",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4_ja",
      "name": "Dark Rush",
      "total": 76,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW4",
      "printed_total": 69,
      "release_date": "2011/12/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Rush"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601417",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Big Yawn",
        "text": "Both the Pokémon and the Defending Pokémon are now Asleep."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Shot in the Dark",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 4.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.86
        },
        {
          "condition": "LP",
          "price": 3.22
        },
        {
          "condition": "MP",
          "price": 2.5
        },
        {
          "condition": "HP",
          "price": 1.5
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.7,
          "low": 10.8,
          "high": 14.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 190.38,
          "low": 210.5,
          "high": 294.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T03:02:49.016Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.61
      }
    }
  }
}