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

← Boundaries Crossed
Emboar

Emboar

Rare Holo #26 Pokémon Stage 2 HP 150
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
85185

Attacks

Firebreathing 40
Fire · Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage.

Fire Blast 120
Fire · Fire · Colorless · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw7-26vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-26vh",
    "name": "Emboar",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/26vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85185",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Firebreathing",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "40"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 5.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.03
        },
        {
          "condition": "LP",
          "price": 3.87
        },
        {
          "condition": "MP",
          "price": 4.48
        },
        {
          "condition": "HP",
          "price": 3.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:52:16.970Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}