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

← Time Gazer
Quilava

Quilava

usually #10 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Pani Kobayashi
Expansion
Time Gazer · Sword & Shield
Language
Japanese
TCGplayer
569765

Attacks

Tackle 20
Colorless
Flare 40
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh10d_ja-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10d_ja-10",
    "name": "Quilava",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10d_ja",
      "name": "Time Gazer",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10D",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Time Gazer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569765",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flare",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Pani Kobayashi",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:05:23.979Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.38
      }
    }
  }
}