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

← Gym Challenge Unlimited
Sabrina's Golduck

Sabrina's Golduck

Rare #30 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Ken Sugimori
Expansion
Gym Challenge Unlimited · Gym
Language
English
TCGplayer
88876

Attacks

Damage Shift
Psychic · Psychic

Move 1 damage counter from each of your Pokémon that has any on it to the Defending Pokémon. (Don't apply Weakness and Resistance.)

Water Spray 20+
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage.

GET /api/v1/pokemon/cards/gym2-30vuu?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-30vuu",
    "name": "Sabrina's Golduck",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/30vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/30vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/30vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-unlimited",
      "name": "Gym Challenge Unlimited",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88876",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/30vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/30vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/30vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Damage Shift",
        "text": "Move 1 damage counter from each of your Pokémon that has any on it to the Defending Pokémon. (Don't apply Weakness and Resistance.)"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Water Spray",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 9.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.71
        },
        {
          "condition": "LP",
          "price": 7.4
        },
        {
          "condition": "MP",
          "price": 6.56
        },
        {
          "condition": "HP",
          "price": 5.11
        },
        {
          "condition": "DMG",
          "price": 3.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 82,
          "low": 44,
          "high": 85.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 9.99,
          "low": 8.75,
          "high": 11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13.5,
          "low": 8,
          "high": 8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42,
          "low": 42,
          "high": 131,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.14,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 12,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.49,
          "low": 35.15,
          "high": 48.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:25:41.215Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.31
      }
    }
  }
}