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

← Plasma Freeze
Latios-EX

Latios-EX

Rare Holo EX #86 Pokémon BasicEX HP 170
Types
Dragon
Illustrator
Ryo Ueda
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
86674

Attacks

Mach Flight 40
Psychic · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

Luster Purge 150
Water · Psychic · Colorless

Discard all Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw9-86vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-86vh",
    "name": "Latios-EX",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86674",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mach Flight",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Luster Purge",
        "text": "Discard all Energy attached to this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 26.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26.03
        },
        {
          "condition": "LP",
          "price": 15.13
        },
        {
          "condition": "MP",
          "price": 9.69
        },
        {
          "condition": "HP",
          "price": 9.16
        },
        {
          "condition": "DMG",
          "price": 7.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 38.55,
          "low": 60,
          "high": 60,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 69,
          "low": 69,
          "high": 69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 15,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 124.26,
          "low": 122.25,
          "high": 136.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.92
      }
    }
  }
}