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

← 30th Celebration Premium Deck Set: Espeon & Umbreon
Zweilous

Zweilous

Common #22 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
IKEDA Saki
Expansion
30th Celebration Premium Deck Set: Espeon & Umbreon · Mega Evolution
Language
Japanese
TCGplayer
716797

Attacks

Bite 20
Darkness
Hammer In 50
Darkness · Colorless
GET /api/v1/pokemon/cards/mf_ja-22vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mf_ja-22vh",
    "name": "Zweilous",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-22vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-22vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-22vh.large.png"
      }
    ],
    "expansion": {
      "id": "mf_ja",
      "name": "30th Celebration Premium Deck Set: Espeon & Umbreon",
      "total": 49,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MF",
      "printed_total": 40,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mf_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mf_ja.symbol.png",
      "translation": {
        "en": {
          "name": "30th Celebration Premium Deck Set: Espeon & Umbreon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "716797",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-22vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-22vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-22vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hammer In",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "IKEDA Saki",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:12:24.682Z"
    }
  }
}