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

← Mega Evolution
Latios

Latios

Uncommon #101 Pokémon Basic HP 130
Types
Dragon
Illustrator
Uninori
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654440

Attacks

Dragon Claw 130
Water · Psychic · Colorless
GET /api/v1/pokemon/cards/me1-101?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-101",
    "name": "Latios",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/101.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/101.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654440",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/101.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Lustrous Assist",
        "text": "Once during your turn, when your Mega Latias ex moves from your Bench to the Active Spot, you may use this Ability. Move any amount of Energy from your Benched Pokémon to your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Claw",
        "damage": "130"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Uninori",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.95,
          "low": 33.96,
          "high": 45.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 330,
          "low": 293.37,
          "high": 528.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "down",
            "percent": -20.5
          }
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 8.75,
          "high": 9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:28:19.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 36.36
      }
    }
  }
}