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

← Emerald Break
Latios-EX

Latios-EX

Super Rare #82 Pokémon BasicEX HP 170
Types
Dragon
Illustrator
Ryo Ueda
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer
603844

Attacks

Fast Raid 40
Psychic

If you go first, you can use this attack on your first turn.

Light Pulse 110
Water · Psychic · Psychic · Colorless

Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn.

GET /api/v1/pokemon/cards/xy6_ja-82vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-82vh",
    "name": "Latios-EX",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/82vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/82vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/82vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6_ja",
      "name": "Emerald Break",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY6",
      "printed_total": 78,
      "release_date": "2015/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Emerald Break"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603844",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/82vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/82vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/82vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Fast Raid",
        "text": "If you go first, you can use this attack on your first turn.",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Light Pulse",
        "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 160,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 160
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 173,
          "low": 147.05,
          "high": 198.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 910,
          "low": 628.1,
          "high": 1037.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 65.8,
          "low": 90,
          "high": 90,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 163.99,
          "low": 191.25,
          "high": 221.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-16T03:10:57.072Z",
      "trend_7d": {
        "direction": "down",
        "percent": -35.04
      }
    }
  }
}