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

← Shining Synergy (Summon)
Moltres

Moltres

Rare #014/150 Pokémon Basic HP 120
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Top Burner
Colorless

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
Colorless · Colorless · Colorless · Colorless

Discard 3 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sssm-014?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-014",
    "name": "Moltres",
    "number": "014/150",
    "printed_number": "014/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-014.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-014.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-014.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-014.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-014.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-014.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "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": [
          "Colorless",
          "Colorless",
          "Colorless",
          "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": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.268Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}