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

← Ancient Origins
Goomy

Goomy

Common #58 Pokémon Basic HP 40
Types
Dragon
Illustrator
sui
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101480

Attacks

Stampede 10
Fairy · Colorless
GET /api/v1/pokemon/cards/xy7-58?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-58",
    "name": "Goomy",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/58.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101480",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Water Down",
        "text": "Whenever you attach a Water Energy card from your hand to this Pokémon, you may search your deck for Goomy and put it onto your Bench. Shuffle your deck afterward.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stampede",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 87.5,
          "low": 74.38,
          "high": 100.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}