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

← Black Collection
Emboar

Emboar

Rare #10 Pokémon Stage 2 HP 150
Types
Fire
Illustrator
5ban Graphics
Expansion
Black Collection · Black & White
Language
Japanese
TCGplayer
600801

Attacks

Heat Crash 80
Fire · Fire · Colorless · Colorless
GET /api/v1/pokemon/cards/bw1b_ja-10vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1b_ja-10vh",
    "name": "Emboar",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1b_ja",
      "name": "Black Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600801",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Inferno Fandango",
        "text": "As often as you like during your turn (before your attack), you may attach a Fire Energy card from your hand to 1 of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Crash",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "MP",
          "price": 3.1
        },
        {
          "condition": "DMG",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 405,
          "low": 405,
          "high": 405,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 95,
          "low": 70.8,
          "high": 174,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.25,
          "low": 40.72,
          "high": 40.72,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:11:05.023Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}