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

← BREAKpoint
Psyduck

Psyduck

Common #16 Pokémon Basic HP 60
Types
Water
Illustrator
Kagemaru Himeno
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111519

Attacks

Stampede 20
Colorless · Colorless
GET /api/v1/pokemon/cards/xy9-16vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-16vrh",
    "name": "Psyduck",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/16vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/16vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/16vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111519",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/16vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/16vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/16vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stampede",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 13.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.24
        },
        {
          "condition": "LP",
          "price": 5.52
        },
        {
          "condition": "MP",
          "price": 3.77
        },
        {
          "condition": "HP",
          "price": 1.19
        },
        {
          "condition": "DMG",
          "price": 1.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 48.55,
          "low": 48,
          "high": 48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.45,
          "low": 31,
          "high": 31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 14.38,
          "low": 12.22,
          "high": 16.54,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 78,
          "low": 66.3,
          "high": 89.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.75
      }
    }
  }
}