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

← Shining Legends
Yveltal

Yveltal

Rare Holo #54 Pokémon Basic HP 120
Types
Darkness
Illustrator
Shin Nagasawa
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146717

Attacks

Strafe 30
Colorless · Colorless

You may switch this Pokémon with 1 of your Benched Pokémon.

Oblivion Wing 90
Darkness · Colorless · Colorless

Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/sm35-54vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-54vrh",
    "name": "Yveltal",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/54vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/54vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/54vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146717",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/54vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/54vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/54vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Strafe",
        "text": "You may switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Oblivion Wing",
        "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.87
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 47.5,
          "low": 40.38,
          "high": 54.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.26,
          "low": 13.56,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}