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

← Mythical & Legendary Dream Shine Collection
Latios-EX

Latios-EX

Common #33 Pokémon BasicEX
Types
Dragon
Illustrator
Ayaka Yoshida
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606036

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/cp5_ja-33?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-33",
    "name": "Latios-EX",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606036",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "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"
      }
    ],
    "rarity": "Common",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 38.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.16
        },
        {
          "condition": "LP",
          "price": 13.49
        },
        {
          "condition": "MP",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.5,
          "low": 26.78,
          "high": 36.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 169.99,
          "low": 133.94,
          "high": 493.24,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:28.927Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.3
      }
    }
  }
}