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

← McDonald's Collection 2018
Slowpoke

Slowpoke

Common #5 Pokémon Basic HP 70
Types
Psychic
Illustrator
Mina Nakai
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180453

Attacks

Headbutt 10
Colorless
Whimsy Tackle 60
Psychic · Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/mcd18-5vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-5vh",
    "name": "Slowpoke",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd18",
      "name": "McDonald's Collection 2018",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2018/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "180453",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Headbutt",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Whimsy Tackle",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 33.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 33.26
        },
        {
          "condition": "LP",
          "price": 15.76
        },
        {
          "condition": "MP",
          "price": 10.04
        },
        {
          "condition": "HP",
          "price": 6.68
        },
        {
          "condition": "DMG",
          "price": 3.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 31.99,
          "low": 27.19,
          "high": 36.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 299.99,
          "low": 254.99,
          "high": 344.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 13.13,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.03
      }
    }
  }
}