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

← Mysterious Mountains
Growlithe

Growlithe

usually #15 Pokémon Basic HP 50
Types
Fire
Illustrator
Masako Yamashita
Expansion
Mysterious Mountains · E-Card
Language
Japanese
TCGplayer
576087

Attacks

Flare 10
Fire
Double Kick 20×
Colorless · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/ecard5_ja-15?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard5_ja-15",
    "name": "Growlithe",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard5_ja",
      "name": "Mysterious Mountains",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mysterious Mountains"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576087",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flare",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Kick",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Masako Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 20.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.44
        },
        {
          "condition": "HP",
          "price": 14.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 191.59,
          "low": 168.32,
          "high": 278.31,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 51.5,
          "low": 48.9,
          "high": 66.03,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-07-16T02:17:25.041Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}