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

← Holon Research Tower
Meowth

Meowth

usually #59 Pokémon Basic HP 50
Types
Colorless
Illustrator
Hiroki Fuchino
Expansion
Holon Research Tower · PCG
Language
Japanese
TCGplayer
611363

Attacks

Pickup Power
Colorless

Search your discard pile for an Energy card, show it to your opponent, and put it into your hand.

Bite 10
Colorless
GET /api/v1/pokemon/cards/pcg6_ja-59?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg6_ja-59",
    "name": "Meowth",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/59.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg6_ja",
      "name": "Holon Research Tower",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Research Tower"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611363",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pickup Power",
        "text": "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hiroki Fuchino",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        },
        {
          "condition": "MP",
          "price": 2.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-05T04:01:47.021Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}