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

← White Flare
Joltik

Joltik

Art Rare #113 Pokémon Basic HP 40
Types
Lightning
Illustrator
HYOGONOSUKE
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer
636666

Attacks

Surprise Attack 30
Lightning

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/sv11w_ja-113vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-113vh",
    "name": "Joltik",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/113vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/113vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/113vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636666",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/113vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/113vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/113vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Art Rare",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 16.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.8
        },
        {
          "condition": "LP",
          "price": 10.68
        },
        {
          "condition": "MP",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.5,
          "low": 23.75,
          "high": 29.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.99,
          "low": 12.06,
          "high": 18.22,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 44.16,
          "high": 71.18,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "up",
            "percent": 11.1
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.63,
          "low": 31.9,
          "high": 31.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 52.5,
          "low": 49.38,
          "high": 55.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:44:15.873Z",
      "trend_7d": {
        "direction": "up",
        "percent": 84.41
      }
    }
  }
}