Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Start Deck 100 Battle Collection CoroCiao Version
Meowscarada

Meowscarada

Common #5 ポケモン 2進化 HP 160
Types
Illustrator
kodama
Expansion
Start Deck 100 Battle Collection CoroCiao Version · Mega Evolution
Language
Japanese
TCGplayer
677308
GET /api/v1/pokemon/cards/mp1_ja-5?include=prices 200 45ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mp1_ja-5",
    "name": "Meowscarada",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp1_ja-5.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp1_ja-5.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp1_ja-5.large.png"
      }
    ],
    "expansion": {
      "id": "mp1_ja",
      "name": "Start Deck 100 Battle Collection CoroCiao Version",
      "total": 23,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MP1",
      "printed_total": 23,
      "release_date": "2025/12/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Start Deck 100 Battle Collection CoroCiao Version"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "677308",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp1_ja-5.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp1_ja-5.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp1_ja-5.large.png"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "2進化"
    ],
    "types": [
      "草"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "ショータイム",
        "text": "このポケモンがベンチにいるなら、自分の番に1回使える。このポケモンをバトルポケモンと入れ替える。",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-17T10:02:21.639Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.33
      }
    }
  }
}