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

← Double Crisis
Team Aqua's Sharpedo

Team Aqua's Sharpedo

Rare Holo #21 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
kawayoo
Expansion
Double Crisis · XY
Language
English
TCGplayer
97067

Attacks

Sharp Fang 70
Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/dc1-21vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-21vrh",
    "name": "Team Aqua's Sharpedo",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/21vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/21vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/21vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dc1",
      "name": "Double Crisis",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "DCR",
      "printed_total": 34,
      "release_date": "2015/03/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97067",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/21vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/21vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/21vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Aqua Search",
        "text": "Once during your turn (before your attack), you may search your deck for a Team Aqua Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sharp Fang",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 12.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.69
        },
        {
          "condition": "LP",
          "price": 9.09
        },
        {
          "condition": "MP",
          "price": 4.46
        },
        {
          "condition": "HP",
          "price": 4.82
        },
        {
          "condition": "DMG",
          "price": 4.53
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 26.38,
          "high": 33.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.03
      }
    }
  }
}