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
Altaria

Altaria

Uncommon #53 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Mitsuhiro Arita
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98089

Attacks

Song of Echoes
Colorless

Shuffle your hand into your deck. Then, draw a number of cards equal to the number of Benched Pokémon (both yours and your opponent's).

Midnight Eyes 30
Water · Metal

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/xy6-53vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-53vrh",
    "name": "Altaria",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/53vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/53vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/53vrh.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": "98089",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/53vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/53vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/53vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Song of Echoes",
        "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of Benched Pokémon (both yours and your opponent's)."
      },
      {
        "cost": [
          "Water",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Midnight Eyes",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.54
        },
        {
          "condition": "MP",
          "price": 0.41
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 112.5,
          "low": 95.63,
          "high": 129.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 38.95,
          "low": 33.11,
          "high": 44.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28.25,
          "low": 24.01,
          "high": 32.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 13.5,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.89
      }
    }
  }
}