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

← Black & White Promos
Vullaby

Vullaby

Promo #68 Pokémon Basic HP 50
Types
Darkness
Illustrator
sui
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Rear Guard
Darkness

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).

Gust 20
Darkness · Colorless
GET /api/v1/pokemon/cards/bwp_ja-68?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-68",
    "name": "Vullaby",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/68.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "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/bwp_ja/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Rear Guard",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gust",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 6.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T21:32:19.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}