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

← Night Wanderer
Joltik

Joltik

usually #1 Pokémon Basic HP 40
Types
Grass
Illustrator
Naoyo Kimura
Expansion
Night Wanderer · Scarlet & Violet
Language
Japanese
TCGplayer
566252

Attacks

Splashing Dodge 10
Grass

Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.

GET /api/v1/pokemon/cards/sv6a_ja-1?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6a_ja-1",
    "name": "Joltik",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/1.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6a_ja",
      "name": "Night Wanderer",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6a",
      "printed_total": 64,
      "release_date": "2024/06/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Wanderer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566252",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Splashing Dodge",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.293Z",
      "trend_7d": {
        "direction": "down",
        "percent": -66.67
      }
    }
  }
}