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

← Sun & Moon Promos
Pikachu

Pikachu

Promo #376 Pokémon Basic HP 70
Types
Lightning
Illustrator
Aya Kusube
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Thunder Jolt 40
Lightning · Colorless

This Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/smp_ja-376vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-376vh",
    "name": "Pikachu",
    "number": "376",
    "printed_number": "376",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/376vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/376vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/376vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/376vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/376vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/376vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thunder Jolt",
        "text": "This Pokémon does 20 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 78
        },
        {
          "condition": "LP",
          "price": 50
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 425,
          "low": 409,
          "high": 444.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 124.47,
          "low": 105.8,
          "high": 143.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:57.032Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.74
      }
    }
  }
}