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

← Amazing Volt Tackle
Jolteon

Jolteon

Non #34 Pokémon Stage 1 HP 100
Types
Lightning
Illustrator
Mizue
Expansion
Amazing Volt Tackle · Sword & Shield
Language
Japanese
TCGplayer
568860

Attacks

Electric Ball 90
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh4_ja-34?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4_ja-34",
    "name": "Jolteon",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4_ja",
      "name": "Amazing Volt Tackle",
      "total": 121,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4",
      "printed_total": 100,
      "release_date": "2020/09/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Amazing Volt Tackle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568860",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Thunderous Awakening",
        "text": "If this Pokémon has a Memory Capsule attached, Water Pokémon in play (both yours and your opponent's) have no Abilities.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electric Ball",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 6,
          "high": 6.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.08,
          "low": 53.95,
          "high": 53.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:24:22.637Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.13
      }
    }
  }
}