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

← HeartGold & SoulSilver
Meowth

Meowth

Common #75 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
HeartGold & SoulSilver · HeartGold & SoulSilver
Language
English
TCGplayer
87322

Attacks

Pay Day 10
Colorless

Draw a card.

Dig Claws 20
Colorless · Colorless
GET /api/v1/pokemon/cards/hgss1-75vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss1-75vrh",
    "name": "Meowth",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/75vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/75vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/75vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss1",
      "name": "HeartGold & SoulSilver",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "HS",
      "printed_total": 123,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87322",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/75vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/75vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/75vrh.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": 12.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.87
        },
        {
          "condition": "LP",
          "price": 8.19
        },
        {
          "condition": "MP",
          "price": 5.87
        },
        {
          "condition": "HP",
          "price": 0.8
        },
        {
          "condition": "DMG",
          "price": 1.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:23.964Z",
      "trend_7d": {
        "direction": "up",
        "percent": 28.7
      }
    }
  }
}