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

← Sun & Moon
Psyduck

Psyduck

Common #28 Pokémon Basic HP 70
Types
Water
Illustrator
Shibuzoh.
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
126899

Attacks

Confusion Wave
Colorless

Both Active Pokémon are now Confused.

GET /api/v1/pokemon/cards/sm1-28vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-28vrh",
    "name": "Psyduck",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126899",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/28vrh.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": 7.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.33
        },
        {
          "condition": "LP",
          "price": 4.55
        },
        {
          "condition": "MP",
          "price": 2.81
        },
        {
          "condition": "HP",
          "price": 1.72
        },
        {
          "condition": "DMG",
          "price": 1.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 11,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.5,
          "low": 25.75,
          "high": 36.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:45.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.92
      }
    }
  }
}