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

← Wild Force
Gouging Fire ex

Gouging Fire ex

Super Rare #85 Pokémon BasicexAncient HP 230
Types
Fire
Illustrator
5ban Graphics
Expansion
Wild Force · Scarlet & Violet
Language
Japanese
TCGplayer
568419

Attacks

Heat Blast 60
Fire · Colorless
Blaze Blitz 260
Fire · Fire · Colorless

This Pokémon can't use Blaze Blitz again until it leaves the Active Spot.

GET /api/v1/pokemon/cards/sv5k_ja-85vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5k_ja-85vh",
    "name": "Gouging Fire ex",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/85vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5k_ja",
      "name": "Wild Force",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5K",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568419",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex",
      "Ancient"
    ],
    "types": [
      "Fire"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Heat Blast",
        "damage": "60"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blaze Blitz",
        "text": "This Pokémon can't use Blaze Blitz again until it leaves the Active Spot.",
        "damage": "260"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.8
        },
        {
          "condition": "LP",
          "price": 1.77
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.5,
          "low": 23.06,
          "high": 24.56,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23,
          "low": 23,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:53.900Z",
      "trend_7d": {
        "direction": "down",
        "percent": -53.96
      }
    }
  }
}