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

← Split Earth
Meowth

Meowth

usually #62 Pokémon Basic HP 40
Types
Colorless
Illustrator
Keiko Fukuyama
Expansion
Split Earth · E-Card
Language
Japanese
TCGplayer
576203

Attacks

Sudden Swipe 10
Colorless

Flip a coin. If heads, look at your opponent's hand. If he or she has any Energy cards there, choose 1 of them. Your opponent shuffles that card into his or her deck.

GET /api/v1/pokemon/cards/ecard4_ja-62?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard4_ja-62",
    "name": "Meowth",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/62.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard4_ja",
      "name": "Split Earth",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/08/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Split Earth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576203",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sudden Swipe",
        "text": "Flip a coin. If heads, look at your opponent's hand. If he or she has any Energy cards there, choose 1 of them. Your opponent shuffles that card into his or her deck.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Keiko Fukuyama",
    "pricing": {
      "currency": "USD",
      "market": 60,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 60
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 57.5,
          "low": 45,
          "high": 70,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 18.25,
          "low": 16.5,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 203.98,
          "low": 178.7,
          "high": 229.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.24,
          "low": 8,
          "high": 59.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T03:37:38.340Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.16
      }
    }
  }
}