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

← GX Battle Boost
Pikachu

Pikachu

Common #28 Pokémon Basic HP 60
Types
Lightning
Illustrator
Saya Tsuruta
Expansion
GX Battle Boost · Sun & Moon
Language
Japanese
TCGplayer
574273

Attacks

Tail Whap 10
Colorless
Thunder Shock 20
Lightning · Colorless

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

GET /api/v1/pokemon/cards/sm4p_ja-28vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4p_ja-28vrh",
    "name": "Pikachu",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4p_ja",
      "name": "GX Battle Boost",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4+",
      "printed_total": 114,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574273",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Whap",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thunder Shock",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 20.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.48
        },
        {
          "condition": "LP",
          "price": 7.95
        },
        {
          "condition": "MP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 160.25,
          "low": 160.13,
          "high": 160.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 24.99,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 18.75,
          "high": 30.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 191.25,
          "low": 118.5,
          "high": 589.85,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "up",
            "percent": 27.5
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.13,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42,
          "low": 36.95,
          "high": 113.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T04:02:12.669Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}