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

← Infinity Zone
Skitty

Skitty

usually #78 Pokémon Basic HP 60
Types
Colorless
Illustrator
Saya Tsuruta
Expansion
Infinity Zone · Sword & Shield
Language
Japanese
TCGplayer
568784

Attacks

Drawup Power
Colorless

Search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck.

Cat Kick 20
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh3_ja-78?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3_ja-78",
    "name": "Skitty",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/78.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3_ja",
      "name": "Infinity Zone",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3",
      "printed_total": 100,
      "release_date": "2020/06/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Infinity Zone"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568784",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Drawup Power",
        "text": "Search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cat Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T05:18:23.403Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}