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

← XY Trainer Kit Pikachu Libre
Blitzle

Blitzle

Common #26 Pokémon Basic HP 60
Types
Lightning
Illustrator
Aya Kusube
Expansion
XY Trainer Kit Pikachu Libre · XY
Language
English
TCGplayer
118816

Attacks

Reckless Charge 20
Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/tk9b-26?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk9b-26",
    "name": "Blitzle",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-26.large.webp"
      }
    ],
    "expansion": {
      "id": "tk9b",
      "name": "XY Trainer Kit Pikachu Libre",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2016/04/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "118816",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9b-26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:24:01.587Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}