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

← Unseen Forces
Slowpoke

Slowpoke

Common #72 Pokémon Basic HP 50
Types
Psychic
Illustrator
Midori Harada
Expansion
Unseen Forces · EX
Language
English
TCGplayer
89329

Attacks

Fishing Tail
Colorless

Search your discard pile for a Basic Pokémon, Evolution card, or basic Energy card, show it to your opponent, and put it into your hand.

Trip Over 20
Colorless · Colorless

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

GET /api/v1/pokemon/cards/ex10-72?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex10-72",
    "name": "Slowpoke",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/72.large.webp"
      }
    ],
    "expansion": {
      "id": "ex10",
      "name": "Unseen Forces",
      "total": 145,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "UF",
      "printed_total": 115,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89329",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fishing Tail",
        "text": "Search your discard pile for a Basic Pokémon, Evolution card, or basic Energy card, show it to your opponent, and put it into your hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Trip Over",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 3.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.05
        },
        {
          "condition": "LP",
          "price": 2.26
        },
        {
          "condition": "MP",
          "price": 1.28
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 0.77
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 47.18,
          "low": 47.18,
          "high": 47.18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 94.98,
          "low": 93.74,
          "high": 224.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 330.5,
          "low": 280.93,
          "high": 380.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.99,
          "low": 12.75,
          "high": 14.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74.5,
          "low": 63.33,
          "high": 85.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:21:39.025Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.33
      }
    }
  }
}