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

← Start Deck 100 Battle Collection
Team Rocket's Mewtwo ex

Team Rocket's Mewtwo ex

Common #290 ポケモン たねex HP 280
Types
Illustrator
aky CG Works
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
670034
GET /api/v1/pokemon/cards/mc_ja-290?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-290",
    "name": "Team Rocket's Mewtwo ex",
    "number": "290",
    "printed_number": "290",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-290.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-290.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-290.large.webp"
      }
    ],
    "expansion": {
      "id": "mc_ja",
      "name": "Start Deck 100 Battle Collection",
      "total": 774,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MC",
      "printed_total": 742,
      "release_date": "2025/12/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Start Deck 100 Battle Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "670034",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-290.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-290.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-290.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね",
      "ex"
    ],
    "types": [
      "超"
    ],
    "hp": "280",
    "abilities": [
      {
        "name": "パワーセーバー",
        "text": "自分の場の「ロケット団のポケモン」が4匹以上のときにしか、このポケモンはワザが使えない。",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 5.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.18
        },
        {
          "condition": "LP",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 20.47,
          "low": 17.4,
          "high": 23.54,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 47,
          "low": 46.5,
          "high": 47.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:19:54.320Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}