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

← EX Trainer Kit Latios
Latios

Latios

Common #2 Pokémon Basic HP 80
Types
Colorless
Illustrator
Kyoko Koizumi
Expansion
EX Trainer Kit Latios · EX
Language
English
TCGplayer
86664

Attacks

Gather Energy 20
Lightning · Colorless

Flip a coin. If heads, search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.

Dragon Claw 40
Lightning · Lightning · Colorless
GET /api/v1/pokemon/cards/tk1b-2?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1b-2",
    "name": "Latios",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/2.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1b",
      "name": "EX Trainer Kit Latios",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86664",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gather Energy",
        "text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Claw",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kyoko Koizumi",
    "pricing": {
      "currency": "USD",
      "market": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        },
        {
          "condition": "MP",
          "price": 4.14
        },
        {
          "condition": "HP",
          "price": 1.65
        },
        {
          "condition": "DMG",
          "price": 1.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 23.64,
          "low": 17.95,
          "high": 37.54,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 33.83,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 42,
          "low": 38.5,
          "high": 45.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 146.86,
          "low": 174.9,
          "high": 186.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 199.99,
          "low": 175,
          "high": 351.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:48.548Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}