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 2017
Alolan Meowth

Alolan Meowth

Common #8 Pokémon Basic HP 70
Types
Darkness
Illustrator
Kagemaru Himeno
Expansion
McDonald's Collection 2017 · Other
Language
English
TCGplayer
152688

Attacks

Fury Swipes 10

Flip 3 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/mcd17-8?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd17-8",
    "name": "Alolan Meowth",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd17",
      "name": "McDonald's Collection 2017",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2017/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152688",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 10 damage for each heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 5.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.46
        },
        {
          "condition": "LP",
          "price": 3.17
        },
        {
          "condition": "MP",
          "price": 1.85
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.62
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:27:45.293Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.92
      }
    }
  }
}