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

← BREAKpoint
Arcanine

Arcanine

Uncommon #11 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
match
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111514

Attacks

Flop 30
Colorless
Flamethrower 90
Fire · Fire · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy9-11vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-11vrh",
    "name": "Arcanine",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/11vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/11vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/11vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111514",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/11vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/11vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/11vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flop",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flamethrower",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 6.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.05
        },
        {
          "condition": "LP",
          "price": 3.84
        },
        {
          "condition": "MP",
          "price": 2.05
        },
        {
          "condition": "HP",
          "price": 4.27
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 44.1,
          "low": 37.49,
          "high": 50.72,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.28,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 26,
          "high": 40,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.42
      }
    }
  }
}