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

← Steam Siege
Weavile

Weavile

Rare #61 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
kawayoo
Expansion
Steam Siege · XY
Language
English
TCGplayer
121191

Attacks

Slash 40
Darkness · Colorless
GET /api/v1/pokemon/cards/xy11-61?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-61",
    "name": "Weavile",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/61.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121191",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Tear Away",
        "text": "As often as you like during your turn (before your attack), you may put a Pokémon Tool card attached to 1 of your Pokémon into your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slash",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}