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

← Silver Tempest
Arcanine

Arcanine

Rare #20 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
OKACHEKE
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451651

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/swsh12-20?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-20",
    "name": "Arcanine",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/20.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451651",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/20.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": "Rare",
    "artist": "OKACHEKE",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.12
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:10.483Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.7
      }
    }
  }
}