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

← Incandescent Arcana
Arcanine

Arcanine

Non #13 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
OKACHEKE
Expansion
Incandescent Arcana · Sword & Shield
Language
Japanese
TCGplayer
570776

Attacks

Flame Cloak 30
Colorless

Attach a Fire Energy card from your discard pile to this Pokémon.

Fighting Tackle 100+
Fire · Fire · Colorless

If your opponent's Active Pokémon is a Pokémon V, this attack does 100 more damage.

GET /api/v1/pokemon/cards/swsh11a_ja-13vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11a_ja-13vrh",
    "name": "Arcanine",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/13vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/13vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/13vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11a_ja",
      "name": "Incandescent Arcana",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11a",
      "printed_total": 68,
      "release_date": "2022/09/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Incandescent Arcana"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570776",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/13vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/13vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja/13vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flame Cloak",
        "text": "Attach a Fire Energy card from your discard pile to this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fighting Tackle",
        "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 100 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "OKACHEKE",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.5,
          "low": 8.22,
          "high": 17.56,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80.7,
          "low": 51.75,
          "high": 100.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.98,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T13:05:20.516Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.31
      }
    }
  }
}