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

← Galactic's Conquest
Psyduck

Psyduck

usually #26 Pokémon Basic HP 60
Types
Water
Illustrator
Tomokazu Komiya
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607033

Attacks

Headache

Flip a coin. If heads, your opponent can't play any Trainer, Supporter, or Stadium cards from his or her hand during his or her next turn.

Latent Power 30
Water

Flip a coin. If tails, this attack does no damage to the Defending Pokémon. Instead, Psyduck is now Confused.

GET /api/v1/pokemon/cards/pt1_ja-26?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-26",
    "name": "Psyduck",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607033",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Headache",
        "text": "Flip a coin. If heads, your opponent can't play any Trainer, Supporter, or Stadium cards from his or her hand during his or her next turn."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Latent Power",
        "text": "Flip a coin. If tails, this attack does no damage to the Defending Pokémon. Instead, Psyduck is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 1.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.97
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 861,
          "low": 644.7,
          "high": 1057.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8,
          "trend": {
            "direction": "down",
            "percent": -11.2
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 123,
          "low": 103,
          "high": 135,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-13T23:49:21.645Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}