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

← Reviving Legends
Weavile

Weavile

Rare #41 Pokémon Stage 1 HP 80
Types
Darkness
Illustrator
Aya Kusube
Expansion
Reviving Legends · LEGEND
Language
Japanese
TCGplayer

Attacks

Feint Attack
Darkness · Colorless

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. 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/l2_ja-41?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l2_ja-41",
    "name": "Weavile",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/41.large.webp"
      }
    ],
    "expansion": {
      "id": "l2_ja",
      "name": "Reviving Legends",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L2",
      "printed_total": 80,
      "release_date": "2010/02/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Reviving Legends"
        }
      }
    },
    "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/l2_ja/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Claw Snag",
        "text": "Once during your turn, when you play Weavile from your hand to evolve 1 of your Pokémon, you may look at your opponent's hand. Choose a card from your opponent's hand and discard it.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Feint Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.25
        },
        {
          "condition": "HP",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71,
          "low": 46.5,
          "high": 71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.03,
          "low": 34.76,
          "high": 44.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-30T11:02:41.915Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}