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

← POP Series 6
Pachirisu

Pachirisu

Rare #4 Pokémon Basic HP 70
Types
Lightning
Illustrator
Atsuko Nishida
Expansion
POP Series 6 · POP
Language
English
TCGplayer
87898

Attacks

Minor Errand-Running
Colorless

Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Thunder Jolt 20
Lightning

Flip a coin. If tails, Pachirisu does 10 damage to itself.

GET /api/v1/pokemon/cards/pop6-4vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-4vh",
    "name": "Pachirisu",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87898",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Minor Errand-Running",
        "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Jolt",
        "text": "Flip a coin. If tails, Pachirisu does 10 damage to itself.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7
        },
        {
          "condition": "MP",
          "price": 5.02
        },
        {
          "condition": "HP",
          "price": 4.14
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:09:48.747Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}