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

← Night Wanderer
Fezandipiti ex

Fezandipiti ex

Special Art Rare #89 Pokémon Basicex HP 210
Types
Darkness
Illustrator
kantaro
Expansion
Night Wanderer · Scarlet & Violet
Language
Japanese
TCGplayer
566340
GET /api/v1/pokemon/cards/sv6a_ja-89vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6a_ja-89vh",
    "name": "Fezandipiti ex",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/89vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/89vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/89vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6a_ja",
      "name": "Night Wanderer",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6a",
      "printed_total": 64,
      "release_date": "2024/06/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Wanderer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566340",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/89vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/89vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/89vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "abilities": [
      {
        "name": "Turning the Tables",
        "text": "Once during your turn, if any of your Pokémon were Knocked Out during your opponent's last turn, you may draw 3 cards. You can't use more than 1 Turning the Tables Ability each turn.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Special Art Rare",
    "artist": "kantaro",
    "pricing": {
      "currency": "USD",
      "market": 20.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.54
        },
        {
          "condition": "LP",
          "price": 17.92
        },
        {
          "condition": "DMG",
          "price": 12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 54.25,
          "low": 42.75,
          "high": 57.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 32.8,
          "high": 50,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.2,
          "low": 12.11,
          "high": 12.11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.293Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.74
      }
    }
  }
}