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
M Latios-EX

M Latios-EX

Double Rare #49 Pokémon MEGAEX HP 220
Types
Dragon
Illustrator
5ban Graphics
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer

Attacks

Sonic Ace
Water · Psychic · Colorless

Discard 2 Energy attached to this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/xy6_ja-49vh?include=prices 200 37ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-49vh",
    "name": "M Latios-EX",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/49vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/49vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/49vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/49vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/49vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/49vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Water",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sonic Ace",
        "text": "Discard 2 Energy attached to this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 610,
          "low": 518.5,
          "high": 701.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 139.99,
          "low": 105,
          "high": 157.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 51,
          "low": 41.2,
          "high": 85.3,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:28:09.609Z",
      "trend_7d": {
        "direction": "down",
        "percent": -91.18
      }
    }
  }
}