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

← T Promos
Slowking

Slowking

Promo #6 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Yukiko Baba
Expansion
T Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpt_ja-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpt_ja-6",
    "name": "Slowking",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpt_ja",
      "name": "T Promos",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 24,
      "release_date": "2002/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.symbol.png",
      "translation": {
        "en": {
          "name": "T Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Test of Luck",
        "text": "Once during your turn (before your attack), if Slowking is your Active Pokémon, you may have your opponent guess whether the top card of your deck is an Energy card, a Trainer card, or a Pokémon (Basic or Evolution) card. Flip the card over. If your opponent guessed right, discard the card. If your opponent guessed wrong, put the card into your hand. This power can't be used if Slowking is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 255.39,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 255.39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 830.02,
          "low": 830.02,
          "high": 830.02,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-01T03:50:55.273Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}