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

← Remix Bout
Emboar

Emboar

Non #15 Pokémon Stage 2 HP 170
Types
Fire
Illustrator
kawayoo
Expansion
Remix Bout · Sun & Moon
Language
Japanese
TCGplayer
574983

Attacks

Heat Blast 160
Fire · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm11a_ja-15?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11a_ja-15",
    "name": "Emboar",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11a_ja",
      "name": "Remix Bout",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11a",
      "printed_total": 64,
      "release_date": "2019/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Remix Bout"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574983",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Explosive Fire Dance",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may look at the top 8 cards of your deck and attach any number of basic Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Blast",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:54:39.531Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.25
      }
    }
  }
}