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

← HGSS Trainer Kit Raichu
Pikachu

Pikachu

Common #16 Pokémon Basic HP 60
Types
Lightning
Illustrator
match
Expansion
HGSS Trainer Kit Raichu · HeartGold & SoulSilver
Language
English
TCGplayer
88100

Attacks

Tail Slap 10
Colorless
Quick Attack 20+
Lightning · Colorless

Flip a coin. If heads, this attack does 20 damage plus 10 more damage.

GET /api/v1/pokemon/cards/tk4a-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk4a-16",
    "name": "Pikachu",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-16.large.webp"
      }
    ],
    "expansion": {
      "id": "tk4a",
      "name": "HGSS Trainer Kit Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "printed_total": 30,
      "release_date": "2010/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88100",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Slap",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        },
        {
          "condition": "LP",
          "price": 7.43
        },
        {
          "condition": "MP",
          "price": 4.96
        },
        {
          "condition": "HP",
          "price": 3.8
        },
        {
          "condition": "DMG",
          "price": 1.92
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:00:12.402Z",
      "trend_7d": {
        "direction": "up",
        "percent": 37.2
      }
    }
  }
}