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

← Shining Synergy (Summon)
Arcanine

Arcanine

Rare #009/150 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Grand Flame 120
Colorless · Colorless · Colorless

Attach 2 Fire Energy cards from your discard pile to 1 of your Benched Pokémon.

Heat Tackle 190
Colorless · Colorless · Colorless · Colorless

This Pokémon does 50 damage to itself.

GET /api/v1/pokemon/cards/sssm-009?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-009",
    "name": "Arcanine",
    "number": "009/150",
    "printed_number": "009/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-009.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-009.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-009.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-009.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-009.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-009.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Grand Flame",
        "text": "Attach 2 Fire Energy cards from your discard pile to 1 of your Benched Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Tackle",
        "text": "This Pokémon does 50 damage to itself.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:33.590Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}