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

← Night Wanderer
Pecharunt ex

Pecharunt ex

Double Rare #39 Pokémon Basicex HP 190
Types
Darkness
Illustrator
aky CG Works
Expansion
Night Wanderer · Scarlet & Violet
Language
Japanese
TCGplayer
566290

Attacks

Irritating Burst 60×
Darkness · Darkness

This attack does 60 damage for each Prize card your opponent has taken.

GET /api/v1/pokemon/cards/sv6a_ja-39vh?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6a_ja-39vh",
    "name": "Pecharunt ex",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/39vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/39vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/39vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6a_ja",
      "name": "Night Wanderer",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6a",
      "printed_total": 64,
      "release_date": "2024/06/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Wanderer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566290",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/39vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/39vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/39vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Subjugating Chains",
        "text": "Once during your turn, you may switch your Active Pokémon with 1 of your Benched Darkness Pokémon, except any Pecharunt ex. The new Active Pokémon is now Poisoned. You can't use more than 1 Subjugating Chains Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Irritating Burst",
        "text": "This attack does 60 damage for each Prize card your opponent has taken.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.293Z",
      "trend_7d": {
        "direction": "down",
        "percent": -68.37
      }
    }
  }
}