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

← McDonald's Collection 2023
Kilowattrel

Kilowattrel

Promo #8 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
Kouki Saitou
Expansion
McDonald's Collection 2023 · Other
Language
English
TCGplayer
516519

Attacks

Skill Dive
Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and reistance for Benched Pokémon.)

Thunder Blast 140
Lightning · Colorless · Colorless

Discard a Lightning energy from this Pokémon.

GET /api/v1/pokemon/cards/mcd23-8?include=prices 200 41ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd23-8",
    "name": "Kilowattrel",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/8.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd23",
      "name": "McDonald's Collection 2023",
      "total": 15,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 15,
      "release_date": "2023/09/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd23.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd23.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516519",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd23/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Skill Dive",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and reistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Blast",
        "text": "Discard a Lightning energy from this Pokémon.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.01
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 26.24,
          "low": 24.68,
          "high": 27.19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:45:16.334Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}