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

← EX Trainer Kit 2 Minun
Arcanine

Arcanine

Common #1 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Ken Sugimori
Expansion
EX Trainer Kit 2 Minun · EX
Language
English
TCGplayer
83583

Attacks

Flare 20
Fire
Heat Tackle 70
Fire · Colorless · Colorless · Colorless

Arcanine does 10 damage to itself.

GET /api/v1/pokemon/cards/tk2b-1?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2b-1",
    "name": "Arcanine",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/1.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2b",
      "name": "EX Trainer Kit 2 Minun",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83583",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flare",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Tackle",
        "text": "Arcanine does 10 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 89.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 89.78
        },
        {
          "condition": "LP",
          "price": 3.07
        },
        {
          "condition": "MP",
          "price": 2.34
        },
        {
          "condition": "HP",
          "price": 2.17
        },
        {
          "condition": "DMG",
          "price": 1.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 556.34,
          "low": 472.89,
          "high": 639.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 104.57,
          "low": 100.91,
          "high": 108.23,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 620.48,
          "low": 98.94,
          "high": 659.34,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8,
          "trend": {
            "direction": "up",
            "percent": 148.2
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 523.3,
          "low": 556.37,
          "high": 556.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "2",
          "value": 6.51,
          "low": 6.51,
          "high": 6.51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:46:09.023Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.21
      }
    }
  }
}