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 Heroes Unlimited
Misty's Goldeen

Misty's Goldeen

Rare #30 Pokémon Basic HP 30
Types
Water
Illustrator
Ken Sugimori
Expansion
Gym Heroes Unlimited · Gym
Language
English
TCGplayer
87528

Attacks

Horn Hazard 30
Water

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/gym1-30vuu?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1-30vuu",
    "name": "Misty's Goldeen",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/30vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/30vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/30vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1-unlimited",
      "name": "Gym Heroes Unlimited",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87528",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/30vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/30vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/30vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Horn Hazard",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 6.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.74
        },
        {
          "condition": "LP",
          "price": 5.63
        },
        {
          "condition": "MP",
          "price": 4.82
        },
        {
          "condition": "HP",
          "price": 3.61
        },
        {
          "condition": "DMG",
          "price": 2.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 17,
          "high": 35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 51,
          "low": 51,
          "high": 163.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.75,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.5,
          "low": 19.5,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:44:03.573Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.75
      }
    }
  }
}