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

← HGSS Trainer Kit Raichu
Meowth

Meowth

Common #12 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
HGSS Trainer Kit Raichu · HeartGold & SoulSilver
Language
English
TCGplayer
87324

Attacks

Pay Day 10
Colorless

Draw a card.

Dig Claws 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk4a-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk4a-12",
    "name": "Meowth",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-12.large.webp"
      }
    ],
    "expansion": {
      "id": "tk4a",
      "name": "HGSS Trainer Kit Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "printed_total": 30,
      "release_date": "2010/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87324",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pay Day",
        "text": "Draw a card.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dig Claws",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.6
        },
        {
          "condition": "LP",
          "price": 1.07
        },
        {
          "condition": "MP",
          "price": 0.82
        },
        {
          "condition": "HP",
          "price": 0.36
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-28T07:57:33.686Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}