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

← EX Trainer Kit 2 Plusle
Meowth

Meowth

Common #4 Pokémon Basic HP 50
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
EX Trainer Kit 2 Plusle · EX
Language
English
TCGplayer
87319

Attacks

Collect
Colorless

Draw a card.

Cat Kick 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk2a-4?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2a-4",
    "name": "Meowth",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/4.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2a",
      "name": "EX Trainer Kit 2 Plusle",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87319",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cat Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        },
        {
          "condition": "LP",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.49
        },
        {
          "condition": "HP",
          "price": 0.26
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 44.99,
          "low": 44.99,
          "high": 44.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250.5,
          "low": 212.93,
          "high": 288.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 52,
          "low": 52,
          "high": 52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.62,
          "low": 25,
          "high": 40.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:48:05.916Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}