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

← Champion's Path
Sharpedo

Sharpedo

Uncommon #12 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Ryuta Fuse
Expansion
Champion's Path · Sword & Shield
Language
English
TCGplayer
223007

Attacks

Aqua Jet 50
Water

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

GET /api/v1/pokemon/cards/swsh35-12vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh35-12vrh",
    "name": "Sharpedo",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/12vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/12vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/12vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh35",
      "name": "Champion's Path",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CPA",
      "printed_total": 73,
      "release_date": "2020/09/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "223007",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/12vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/12vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh35/12vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Aqua Jet",
        "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 89.01,
          "low": 75.3,
          "high": 100.25,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:03:08.109Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}