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

← Miscellaneous Cards & Products
No image

Jolteon (Costco Exclusive, Cosmos Holo)

Rare #029/131 Pokémon Stage 1 HP 110
Types
Lightning
Expansion
Miscellaneous Cards & Products · Other
Language
English
TCGplayer
654646

Attacks

Linear Attack
Lightning

This attack does 30 damage to 1 of your opponent's Pokemon. (Don't apply Weakness and Resistance for Benched Pokemon.)

Fighting Lightning 90+
Lightning · Colorless · Colorless

If your opponent's Active Pokemon is a Pokemon ex or Pokemon V, this attack does 90 more damage.

GET /api/v1/pokemon/cards/fut20-tcg-654646?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "fut20-tcg-654646",
    "name": "Jolteon (Costco Exclusive, Cosmos Holo)",
    "number": "029/131",
    "printed_number": "029/131",
    "images": [
      {
        "type": "front",
        "small": "",
        "medium": "",
        "large": ""
      }
    ],
    "expansion": {
      "id": "fut20",
      "name": "Miscellaneous Cards & Products",
      "total": 5,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "FUT20",
      "printed_total": 5,
      "release_date": "2020/09/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/fut20/logo-1774920080320.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/fut20.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654646",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "",
            "medium": "",
            "large": ""
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Linear Attack",
        "text": "This attack does 30 damage to 1 of your opponent's Pokemon. (Don't apply Weakness and Resistance for Benched Pokemon.)"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fighting Lightning",
        "text": "If your opponent's Active Pokemon is a Pokemon ex or Pokemon V, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "pricing": {
      "currency": "USD",
      "market": 1.82,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:04:44.444Z"
    }
  }
}