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

← Rebel Clash
Masquerain

Masquerain

Uncommon #11 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
chibi
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213081

Attacks

Threatening Pattern 30
Colorless

During your opponent's next turn, Energy can't be attached from your opponent's hand to the Defending Pokémon.

U-turn 40
Colorless · Colorless

Switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/swsh2-11?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-11",
    "name": "Masquerain",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/11.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213081",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Threatening Pattern",
        "text": "During your opponent's next turn, Energy can't be attached from your opponent's hand to the Defending Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "U-turn",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "chibi",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T18:24:40.047Z",
      "trend_7d": {
        "direction": "down",
        "percent": -16.67
      }
    }
  }
}