Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← White Flare
Emboar (Master Ball)

Emboar (Master Ball)

Rare #13 Pokémon Stage 2 HP 180
Types
Fire
Illustrator
Teeziro
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Tackle
Fire · Fire · Fire · Colorless
GET /api/v1/pokemon/cards/sv11w_ja-13vmh?include=prices 200 69ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-13vmh",
    "name": "Emboar (Master Ball)",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-13vmh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-13vmh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-13vmh.large.png"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-13vmh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-13vmh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-13vmh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "180",
    "abilities": [
      {
        "type": "Ability",
        "name": "Inferno Fandango",
        "text": "As often as you like during your turn, you may attach a Basic Fire Energy card from your hand to 1 of your Pokémon."
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Tackle"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 1.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.53
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5.3,
          "low": 4.51,
          "high": 6.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.14,
          "low": 6.92,
          "high": 9.36,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:50:38.298Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}