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

← SM Black Star Promos
Alolan Meowth

Alolan Meowth

Promo #SM51 Pokémon Basic HP 60
Types
Darkness
Illustrator
sui
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
139102

Attacks

Nasty Plot

Flip a coin. If heads, search your deck for a card and put it into your hand. Then, shuffle your deck.

Scratch 10
Darkness
GET /api/v1/pokemon/cards/smp-SM51vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM51vh",
    "name": "Alolan Meowth",
    "number": "SM51",
    "printed_number": "SM51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM51vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM51vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM51vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "139102",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM51vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM51vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM51vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Nasty Plot",
        "text": "Flip a coin. If heads, search your deck for a card and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 27.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 27.92
        },
        {
          "condition": "LP",
          "price": 7.77
        },
        {
          "condition": "MP",
          "price": 3.37
        },
        {
          "condition": "HP",
          "price": 2.63
        },
        {
          "condition": "DMG",
          "price": 2.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.24
      }
    }
  }
}