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

← Shining Synergy (Shower)
Pikachu

Pikachu

Rare #153/150 Pokémon Basic HP 70
Types
Lightning
Illustrator
Hitoshi Ariga
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Nuzzle
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Volt Tackle 70
Colorless · Colorless · Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/sssh-153?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-153",
    "name": "Pikachu",
    "number": "153/150",
    "printed_number": "153/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-153.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-153.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-153.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-153.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-153.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-153.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nuzzle",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Volt Tackle",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 58.33,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 2751.1,
          "low": 286.04,
          "high": 2985.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-21T03:56:32.172Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}