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

← XY Promos
Meowth

Meowth

Promo #106 Pokémon Basic HP 60
Types
Colorless
Illustrator
Akira Komayama
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Feelin' Fine
Colorless

Draw a card.

Fury Swipes 20×
Colorless · Colorless · Colorless

Flip 3 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/xyp_ja-106?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-106",
    "name": "Meowth",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/106.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/106.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/106.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/106.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/106.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/106.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Feelin' Fine",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 34.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 34.99
        },
        {
          "condition": "LP",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 70,
          "low": 67.6,
          "high": 94,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 148.5,
          "low": 139.95,
          "high": 212.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 20,
          "trend": {
            "direction": "down",
            "percent": -25.6
          }
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 72.87,
          "low": 70.36,
          "high": 75.38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 17.2,
          "high": 28.79,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44,
          "low": 32.95,
          "high": 53.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 30,
          "trend": {
            "direction": "up",
            "percent": 13.1
          }
        }
      ],
      "market_updated_at": "2026-09-22T02:47:57.605Z",
      "trend_7d": {
        "direction": "up",
        "percent": 21.49
      }
    }
  }
}