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

← Fusion Arts
Goodra

Goodra

Non #78 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
Nagomi Nijo
Expansion
Fusion Arts · Sword & Shield
Language
Japanese
TCGplayer
569579

Attacks

Buster Tail 120
Water · Psychic
GET /api/v1/pokemon/cards/swsh8_ja-78?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8_ja-78",
    "name": "Goodra",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/78.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8_ja",
      "name": "Fusion Arts",
      "total": 129,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8",
      "printed_total": 100,
      "release_date": "2021/09/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fusion Arts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569579",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Slimy Room",
        "text": "As long as this Pokémon is in the Active Spot, whenever your opponent attaches an Energy card from their hand to 1 of their Pokémon, they flip a coin before attaching it. If tails, they discard that card instead.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Buster Tail",
        "damage": "120"
      }
    ],
    "rarity": "Non",
    "artist": "Nagomi Nijo",
    "pricing": {
      "currency": "USD",
      "market": 0.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.89
        },
        {
          "condition": "LP",
          "price": 0.79
        },
        {
          "condition": "MP",
          "price": 0.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:21:01.545Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.25
      }
    }
  }
}