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

← Shining Synergy (Shower)
Psyduck

Psyduck

Common #011/150 Pokémon Basic HP 60
Types
Water
Illustrator
Kouki Saitou
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Headache 10
Colorless

Flip a coin. If heads, your opponent can't play any Trainer cards from their hand during their next turn.

GET /api/v1/pokemon/cards/sssh-011?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-011",
    "name": "Psyduck",
    "number": "011/150",
    "printed_number": "011/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-011.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-011.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-011.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-011.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-011.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-011.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Headache",
        "text": "Flip a coin. If heads, your opponent can't play any Trainer cards from their hand during their next turn.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 323,
          "low": 274.55,
          "high": 371.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:38:35.117Z"
    }
  }
}