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

← Paldea Evolved
Maschiff

Maschiff

Common #141 Pokémon Basic HP 60
Types
Darkness
Illustrator
DOM
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497648

Attacks

Ambush 10
Darkness

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/sv2-141?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-141",
    "name": "Maschiff",
    "number": "141",
    "printed_number": "141",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/141.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/141.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/141.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497648",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/141.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/141.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/141.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "DOM",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:08:52.592Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20
      }
    }
  }
}