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

← HS—Undaunted
Slowpoke

Slowpoke

Common #66 Pokémon Basic HP 60
Types
Water
Illustrator
Kagemaru Himeno
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
89333

Attacks

Rambunctious Party
Colorless

Look at the top 5 cards of your deck. Choose as many Basic Pokémon as you like and put them onto your Bench. Shuffle the other cards back into your deck.

Rain Splash 20
Water · Colorless
GET /api/v1/pokemon/cards/hgss3-66vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-66vrh",
    "name": "Slowpoke",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/66vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/66vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/66vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89333",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/66vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/66vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/66vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rambunctious Party",
        "text": "Look at the top 5 cards of your deck. Choose as many Basic Pokémon as you like and put them onto your Bench. Shuffle the other cards back into your deck."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rain Splash",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 92.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 92.8
        },
        {
          "condition": "LP",
          "price": 87.5
        },
        {
          "condition": "MP",
          "price": 55.94
        },
        {
          "condition": "HP",
          "price": 45.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 99.95,
          "low": 88.8,
          "high": 334.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44,
          "low": 37.4,
          "high": 50.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:48:06.184Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.27
      }
    }
  }
}