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

← Shining Darkness
Sharpedo

Sharpedo

Rare #372 Pokémon Stage 1 HP 80
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Shining Darkness · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Strike Wound 60+
Water · Colorless · Colorless

If the Defending Pokémon has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.

GET /api/v1/pokemon/cards/dp3_ja-372?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3_ja-372",
    "name": "Sharpedo",
    "number": "372",
    "printed_number": "372",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-372.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-372.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-372.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3_ja",
      "name": "Shining Darkness",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP3",
      "printed_total": 119,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Darkness"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-372.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-372.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-372.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Rough Skin",
        "text": "If Sharpedo is your Active Pokémon and is damaged by an opponent's attack (even if Sharpedo is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Strike Wound",
        "text": "If the Defending Pokémon has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-28T07:17:27.878Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}