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

← Tag Bolt
Moltres

Moltres

Rare #18 Pokémon Basic HP 120
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Tag Bolt · Sun & Moon
Language
Japanese
TCGplayer
572552

Attacks

Top Burner
Fire

Discard all Fire Energy from this Pokémon. Then, discard a card from the top of your opponent's deck for each Energy you discarded in this way.

Fire Spin 180
Fire · Fire · Fire · Colorless

Discard 3 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm9_ja-18vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9_ja-18vh",
    "name": "Moltres",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/18vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/18vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/18vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9_ja",
      "name": "Tag Bolt",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9",
      "printed_total": 95,
      "release_date": "2018/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tag Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572552",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/18vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/18vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/18vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Top Burner",
        "text": "Discard all Fire Energy from this Pokémon. Then, discard a card from the top of your opponent's deck for each Energy you discarded in this way."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Spin",
        "text": "Discard 3 Energy from this Pokémon.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.85
        },
        {
          "condition": "LP",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 17.99,
          "low": 17.99,
          "high": 17.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 14.5,
          "high": 15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16.65,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28.73,
          "low": 31.68,
          "high": 32.63,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:56:59.448Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.62
      }
    }
  }
}