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
Unfezant

Unfezant

Rare #86 Pokémon Stage 2 HP 120
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Black & White · Black & White
Language
English
TCGplayer
90159

Attacks

Fly 50
Colorless · Colorless

Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.

Cutting Wind 70
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bw1-86vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-86vrh",
    "name": "Unfezant",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/86vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/86vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/86vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90159",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/86vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/86vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/86vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fly",
        "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cutting Wind",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.48
        },
        {
          "condition": "LP",
          "price": 1.09
        },
        {
          "condition": "MP",
          "price": 0.64
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 0.6
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.99
      }
    }
  }
}