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
Skitty

Skitty

Common #27 Pokémon Basic HP 50
Types
Colorless
Illustrator
Yuka Morii
Expansion
XY Trainer Kit Latios · XY
Language
English
TCGplayer
98348

Attacks

Charm
Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

Tail Smack 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk8a-27?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk8a-27",
    "name": "Skitty",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-27.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": "98348",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk8a-27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Charm",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Smack",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.52
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:07:27.410Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.72
      }
    }
  }
}