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
Goodra

Goodra

Rare Holo #60 Pokémon Stage 2 HP 150
Types
Dragon
Illustrator
Saya Tsuruta
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101482

Attacks

Liquid Blow
Colorless · Colorless

This attack does 20 damage to 1 of your opponent's Pokémon for each Colorless in its Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)

Shining Breath 110
Water · Fairy · Colorless · Colorless

During your opponent's next turn, this Pokémon can't be affected by any Special Conditions.

GET /api/v1/pokemon/cards/xy7-60vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-60vrh",
    "name": "Goodra",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/60vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/60vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/60vrh.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": "101482",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/60vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/60vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/60vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Liquid Blow",
        "text": "This attack does 20 damage to 1 of your opponent's Pokémon for each Colorless in its Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Shining Breath",
        "text": "During your opponent's next turn, this Pokémon can't be affected by any Special Conditions.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 2.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.41
        },
        {
          "condition": "LP",
          "price": 1.51
        },
        {
          "condition": "MP",
          "price": 0.85
        },
        {
          "condition": "HP",
          "price": 1.06
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 105,
          "low": 89.25,
          "high": 120.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.12
      }
    }
  }
}