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

← Legendary Shine Collection
Meowth

Meowth

usually #22 Pokémon Basic
Types
Colorless
Illustrator
kirisAki
Expansion
Legendary Shine Collection · XY
Language
Japanese
TCGplayer
605344

Attacks

Exhausted Tackle
Colorless

Flip a coin. If heads, this attack does 30 damage to your opponent's Active Pokémon. If tails, this attack does 30 damage to itself.

GET /api/v1/pokemon/cards/cp2_ja-22?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp2_ja-22",
    "name": "Meowth",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/22.large.webp"
      }
    ],
    "expansion": {
      "id": "cp2_ja",
      "name": "Legendary Shine Collection",
      "total": 27,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP2",
      "printed_total": 27,
      "release_date": "2015/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605344",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Exhausted Tackle",
        "text": "Flip a coin. If heads, this attack does 30 damage to your opponent's Active Pokémon. If tails, this attack does 30 damage to itself."
      }
    ],
    "rarity": "usually",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 4.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.94
        },
        {
          "condition": "LP",
          "price": 3.95
        },
        {
          "condition": "MP",
          "price": 4
        },
        {
          "condition": "HP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 1.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.5,
          "low": 75.21,
          "high": 114.75,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-24T05:32:29.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}