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

← Vivid Voltage
Pincurchin

Pincurchin

Uncommon #62 Pokémon Basic HP 80
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226460

Attacks

Spinning Fan
Lightning

This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Peck 30
Lightning · Colorless
GET /api/v1/pokemon/cards/swsh4-62?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-62",
    "name": "Pincurchin",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/62.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226460",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Spinning Fan",
        "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Peck",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:34:30.364Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}