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

← Call of Legends
Slowking

Slowking

Rare #32 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Sumiyoshi Kizuki
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
89319

Attacks

Psyshock 30
Psychic · Colorless

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

GET /api/v1/pokemon/cards/col1-32vrh?include=prices 200 35ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-32vrh",
    "name": "Slowking",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/32vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/32vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/32vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89319",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/32vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/32vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/32vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Second Sight",
        "text": "Once during your turn (before your attack), you may look at the top 3 cards of either player's deck and put them back on top of that player's deck in any order. This power can't be used if Slowking is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psyshock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 22.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.75
        },
        {
          "condition": "LP",
          "price": 15.16
        },
        {
          "condition": "MP",
          "price": 8.43
        },
        {
          "condition": "HP",
          "price": 3.27
        },
        {
          "condition": "DMG",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 113.61,
          "low": 113.61,
          "high": 113.61,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 421,
          "low": 421,
          "high": 438.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 86.55,
          "low": 59.9,
          "high": 139.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}