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

← Call of Legends
Pachirisu

Pachirisu

Rare Holo #18 Pokémon Basic HP 60
Types
Lightning
Illustrator
Noriko Hotta
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
87904

Attacks

Shocking Bolt 50
Lightning · Lightning

Put all Energy cards attached to Pachirisu in the Lost Zone.

GET /api/v1/pokemon/cards/col1-18vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-18vh",
    "name": "Pachirisu",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/18vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/18vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/18vh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87904",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/18vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/18vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/18vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Self-Generation",
        "text": "Once during your turn, when you put Pachirisu from your hand onto your Bench, you may attach up to 2 Lightning Energy cards from your hand to Pachirisu.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Shocking Bolt",
        "text": "Put all Energy cards attached to Pachirisu in the Lost Zone.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Noriko Hotta",
    "pricing": {
      "currency": "USD",
      "market": 9.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.46
        },
        {
          "condition": "LP",
          "price": 5.84
        },
        {
          "condition": "MP",
          "price": 4.77
        },
        {
          "condition": "HP",
          "price": 3.45
        },
        {
          "condition": "DMG",
          "price": 2.83
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 21.19,
          "low": 17.85,
          "high": 21.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 171,
          "low": 145.35,
          "high": 196.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18.58,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 11,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 25,
          "high": 56,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.87
      }
    }
  }
}