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

← Destined Rivals
Team Rocket's Meowth

Team Rocket's Meowth

Common #149 Pokémon Basic HP 70
Types
Colorless
Illustrator
Megumi Mizutani
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
630825

Attacks

Paw-cket Pilfer
Colorless

Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.

Fury Swipes 20×
Colorless · Colorless

Flip 3 coins. This attack does 20 damage for each heads.

GET /api/v1/pokemon/cards/sv10-149?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-149",
    "name": "Team Rocket's Meowth",
    "number": "149",
    "printed_number": "149",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/149.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/149.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/149.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "630825",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/149.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/149.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/149.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Paw-cket Pilfer",
        "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 20 damage for each heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 40.87,
          "low": 29.99,
          "high": 80,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2.25,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 88,
          "low": 85.94,
          "high": 90.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14.19,
          "low": 19.31,
          "high": 19.31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.25,
          "low": 11.56,
          "high": 11.56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.57,
          "low": 19.32,
          "high": 33.19,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "up",
            "percent": 19.9
          }
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-26T06:29:27.399Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}