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

← Pitch Black
Sinistcha

Sinistcha

Uncommon #6 Pokémon Stage 1 HP 60
Types
Grass
Illustrator
mingo
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704763

Attacks

Matcha Spin
Colorless

If you have 6 or more Pokémon that have the Hide 'n' Sneak Ability in your discard pile, place 4 damage counters on each of your opponent's Pokémon.

GET /api/v1/pokemon/cards/me5-6vrh?include=prices 200 69ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-6vrh",
    "name": "Sinistcha",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-6vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-6vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-6vrh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704763",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-6vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-6vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-6vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Hide 'n' Sneak",
        "text": "Prevent all effects of your opponent's Pokémon's attacks and Abilities done to this Pokémon. (Damage is not an effect.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Matcha Spin",
        "text": "If you have 6 or more Pokémon that have the Hide 'n' Sneak Ability in your discard pile, place 4 damage counters on each of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "mingo",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}