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

← Roaring Skies
Xatu

Xatu

Rare #29 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Hajime Kusajima
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98065

Attacks

Future Sight
Colorless

Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order.

Stressful Eye 30
Psychic · Colorless

Your opponent reveals his or her hand. Discard a Trainer card you find there.

GET /api/v1/pokemon/cards/xy6-29?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-29",
    "name": "Xatu",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/29.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98065",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Future Sight",
        "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stressful Eye",
        "text": "Your opponent reveals his or her hand. Discard a Trainer card you find there.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:56.086Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}