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

← XY Trainer Kit Latios
Latios

Latios

Common #30 Pokémon Basic HP 110
Types
Psychic
Illustrator
Masakazu Fukuda
Expansion
XY Trainer Kit Latios · XY
Language
English
TCGplayer
98368

Attacks

Supersonic Flight 40
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

Psyburn 70
Psychic · Psychic · Colorless
GET /api/v1/pokemon/cards/tk8a-30vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk8a-30vh",
    "name": "Latios",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "tk8a",
      "name": "XY Trainer Kit Latios",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2015/04/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk8a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98368",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Supersonic Flight",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psyburn",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 5.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.31
        },
        {
          "condition": "LP",
          "price": 2.7
        },
        {
          "condition": "MP",
          "price": 0.76
        },
        {
          "condition": "HP",
          "price": 0.66
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:07:27.410Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}