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

← ADV Promos
Slowpoke

Slowpoke

Promo #59 Pokémon Basic HP 50
Types
Psychic
Illustrator
Ken Sugimori
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Amnesia
Psychic

Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Tail Strike 10+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/advp_ja-59?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-59",
    "name": "Slowpoke",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/59.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV 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/advp_ja/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Amnesia",
        "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Strike",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 17.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.99
        },
        {
          "condition": "DMG",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:19:39.956Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}