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 TEAM GX: Tag All Stars
Incineroar

Incineroar

Common #25 Pokémon Stage 2 HP 160
Types
Fire
Illustrator
Misa Tsutsui
Expansion
TAG TEAM GX: Tag All Stars · Sun & Moon
Language
Japanese
TCGplayer
572679

Attacks

Flamethrower 90
Fire · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm12a_ja-25vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12a_ja-25vrh",
    "name": "Incineroar",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/25vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/25vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/25vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12a_ja",
      "name": "TAG TEAM GX: Tag All Stars",
      "total": 226,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12a",
      "printed_total": 173,
      "release_date": "2019/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "TAG TEAM GX: Tag All Stars"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572679",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/25vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/25vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/25vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Strong Cheer",
        "text": "Your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). You can't apply more than 1 Strong Cheer Ability at a time.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flamethrower",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:05:18.749Z",
      "trend_7d": {
        "direction": "down",
        "percent": -26.92
      }
    }
  }
}