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

← Unbroken Bonds
Sharpedo

Sharpedo

Rare #111 Pokémon Stage 1 HP 110
Types
Darkness
Illustrator
Tomokazu Komiya
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189211

Attacks

Bad Fangs 60
Colorless · Colorless · Colorless

This attack does 20 more damage times the amount of Darkness Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm10-111vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-111vrh",
    "name": "Sharpedo",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/111vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/111vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/111vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189211",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/111vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/111vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/111vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Greedy Evolution",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may look at the top 6 cards of your deck and attach any number of Darkness Energy cards you find there to this Pokémon. Shuffle the other cards back into your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bad Fangs",
        "text": "This attack does 20 more damage times the amount of Darkness Energy attached to this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 6.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.28
        },
        {
          "condition": "LP",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 3.72
        },
        {
          "condition": "DMG",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:23:44.093Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.29
      }
    }
  }
}