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

← Pokémon VS
Sabrina's Xatu

Sabrina's Xatu

usually #55 Pokémon Basic
Types
Psychic
Illustrator
Asuka Iwashita
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
630840

Attacks

Teleport
Psychic

Switch Sabrina's Xatu with 1 of your Benched Pokémon, if any.

Sharp Beak 10+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 30 more damage.

GET /api/v1/pokemon/cards/vs1_ja-55?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-55",
    "name": "Sabrina's Xatu",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/55.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "630840",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Teleport",
        "text": "Switch Sabrina's Xatu with 1 of your Benched Pokémon, if any."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sharp Beak",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage.",
        "damage": "10+"
      }
    ],
    "rarity": "usually",
    "artist": "Asuka Iwashita",
    "pricing": {
      "currency": "USD",
      "market": 49.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 49.99
        },
        {
          "condition": "LP",
          "price": 22.5
        },
        {
          "condition": "MP",
          "price": 22.33
        },
        {
          "condition": "HP",
          "price": 10
        },
        {
          "condition": "DMG",
          "price": 7.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 47.25,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 44,
          "low": 37.4,
          "high": 50.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 39.65,
          "low": 50.1,
          "high": 50.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 23.5,
          "high": 24.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}