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

← Vivid Portrayals (Obsidian)
Skitty

Skitty

Common #089/115 Pokémon Basic HP 60
Types
Colorless
Illustrator
Saya Tsuruta
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

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/vpo-089?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-089",
    "name": "Skitty",
    "number": "089/115",
    "printed_number": "089/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-089.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-089.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-089.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-089.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-089.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-089.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": "Common",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:35.549Z"
    }
  }
}