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-5?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-5",
    "name": "Slowpoke",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-5.small.jpeg?v=1777758290180",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-5.small.jpeg?v=1777758290180",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-5.small.jpeg?v=1777758290180"
      }
    ],
    "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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-5.small.jpeg?v=1777758290180",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-5.small.jpeg?v=1777758290180",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mcd18/mcd18-5.small.jpeg?v=1777758290180"
          }
        ]
      }
    ],
    "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": 7.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.74
        },
        {
          "condition": "HP",
          "price": 6.68
        },
        {
          "condition": "DMG",
          "price": 3.54
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "4",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}