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
Psyduck

Psyduck

Common #2 Pokémon Basic HP 70
Types
Water
Illustrator
Shibuzoh.
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180451

Attacks

Confusion Wave
Colorless

Both Active Pokémon are now Confused.

GET /api/v1/pokemon/cards/mcd18-2?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-2",
    "name": "Psyduck",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/2.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": "180451",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Confusion Wave",
        "text": "Both Active Pokémon are now Confused."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 78.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 78.42
        },
        {
          "condition": "LP",
          "price": 47.73
        },
        {
          "condition": "MP",
          "price": 24.92
        },
        {
          "condition": "HP",
          "price": 16.79
        },
        {
          "condition": "DMG",
          "price": 14.37
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "3",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-24T06:31:25.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}