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

← Pikachu's New Friends
Pikachu

Pikachu

Common #4 Pokémon Basic HP 70
Types
Lightning
Illustrator
kirisAki
Expansion
Pikachu's New Friends · Sun & Moon
Language
Japanese
TCGplayer
576609

Attacks

Thunder Wave
Lightning

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

Electro Ball 50
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/sm0_ja-4vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm0_ja-4vh",
    "name": "Pikachu",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja-4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja-4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja-4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm0_ja",
      "name": "Pikachu's New Friends",
      "total": 4,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM0",
      "printed_total": 4,
      "release_date": "2018/11/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm0_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm0_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pikachu's New Friends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576609",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja-4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja-4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja-4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Wave",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electro Ball",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 95.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 95.55
        },
        {
          "condition": "HP",
          "price": 10.95
        },
        {
          "condition": "DMG",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 50.61,
          "low": 43.02,
          "high": 58.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 56.4,
          "low": 47.94,
          "high": 64.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 370,
          "low": 237.25,
          "high": 476,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 541.27,
          "low": 224.73,
          "high": 857.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 41.01,
          "low": 34.86,
          "high": 47.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 54.02,
          "low": 48.48,
          "high": 112.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T09:18:25.682Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.15
      }
    }
  }
}