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

← McDonald's Collection 2015
Skitty

Skitty

Common #12 Pokémon Basic HP 50
Types
Colorless
Illustrator
Yuka Morii
Expansion
McDonald's Collection 2015 · Other
Language
English
TCGplayer
110432

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/mcd15-12vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd15-12vh",
    "name": "Skitty",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd15",
      "name": "McDonald's Collection 2015",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2015/11/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110432",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/12vh.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": 23.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.64
        },
        {
          "condition": "LP",
          "price": 21.98
        },
        {
          "condition": "MP",
          "price": 10.68
        },
        {
          "condition": "HP",
          "price": 6.24
        },
        {
          "condition": "DMG",
          "price": 4.67
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:09:30.416Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.01
      }
    }
  }
}