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 Latias
Skitty

Skitty

Common #6 Pokémon Basic HP 50
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
EX Trainer Kit Latias · EX
Language
English
TCGplayer
89263

Attacks

Tackle 10
Colorless
Lunge 30
Colorless · Colorless

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

GET /api/v1/pokemon/cards/tk1a-6?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1a-6",
    "name": "Skitty",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/6.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1a",
      "name": "EX Trainer Kit Latias",
      "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/tk1a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89263",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.43
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-13T23:50:47.699Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}