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

← Dark Explorers
Joltik

Joltik

Common #41 Pokémon Basic HP 30
Types
Lightning
Illustrator
MAHOU
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
86356

Attacks

Ram 10
Colorless
Bug Bite 20
Colorless · Colorless
GET /api/v1/pokemon/cards/bw5-41?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-41",
    "name": "Joltik",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/41.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86356",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ram",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bug Bite",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 3.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.56
        },
        {
          "condition": "LP",
          "price": 1.42
        },
        {
          "condition": "MP",
          "price": 0.54
        },
        {
          "condition": "HP",
          "price": 0.34
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}