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

← The Town on No Map
Arcanine

Arcanine

Rare #16 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Kyoko Umemoto
Expansion
The Town on No Map · E-Card
Language
Japanese
TCGplayer
576256

Attacks

Fire Blow 30+
Colorless · Colorless · Colorless

You may discard any number of Fire Energy cards attached to Arcanine when you use this attack. If you do, flip a number of coins equal to the number of Fire Energy cards you discarded. This attack does 30 damage plus 30 more damage for each heads.

GET /api/v1/pokemon/cards/ecard2_ja-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2_ja-16",
    "name": "Arcanine",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2_ja",
      "name": "The Town on No Map",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 92,
      "release_date": "2002/03/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Town on No Map"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576256",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Extreme Speed",
        "text": "You pay Colorless less to retreat Arcanine for each Energy attached to it.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Blow",
        "text": "You may discard any number of Fire Energy cards attached to Arcanine when you use this attack. If you do, flip a number of coins equal to the number of Fire Energy cards you discarded. This attack does 30 damage plus 30 more damage for each heads.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 114.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 114.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.7,
          "low": 22.4,
          "high": 47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 150,
          "low": 150,
          "high": 275,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 37.5,
          "low": 31.88,
          "high": 43.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 69,
          "low": 58.65,
          "high": 79.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 137.45,
          "low": 159.99,
          "high": 159.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:15:53.141Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}