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

← Mega Evolution Black Star Promos
Goodra

Goodra

Promo #77 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
okayamatakatoshi
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
694688

Attacks

Dragon Pulse 160
Water · Psychic

Discard the top card of your deck.

GET /api/v1/pokemon/cards/mep-77vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-77vh",
    "name": "Goodra",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "694688",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Slimy Sliding",
        "text": "When your opponent's Active Pokémon retreats, your opponent flips a coin. If tails, Energy for its Retreat Cost is not discarded, and they don't switch Pokémon. The effect of Slimy Sliding doesn't stack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Pulse",
        "text": "Discard the top card of your deck.",
        "damage": "160"
      }
    ],
    "rarity": "Promo",
    "artist": "okayamatakatoshi",
    "pricing": {
      "currency": "USD",
      "market": 9.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.79
        },
        {
          "condition": "LP",
          "price": 7.85
        },
        {
          "condition": "HP",
          "price": 5.25
        },
        {
          "condition": "DMG",
          "price": 6.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 120.5,
          "low": 120.5,
          "high": 120.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.9
      }
    }
  }
}