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
Scyther

Scyther

Common #4 Pokémon Basic HP 80
Types
Grass
Illustrator
KEIICHIRO ITO
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213074

Attacks

Swords Dance
Colorless

During your next turn, this Pokémon's Blinding Scythe attack does 70 more damage (before applying Weakness and Resistance).

Blinding Scythe 20
Colorless
GET /api/v1/pokemon/cards/swsh2-4vrh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-4vrh",
    "name": "Scyther",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/4vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/4vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/4vrh.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": "213074",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/4vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/4vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/4vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Swords Dance",
        "text": "During your next turn, this Pokémon's Blinding Scythe attack does 70 more damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Blinding Scythe",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "LP",
          "price": 0.34
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 245,
          "low": 208.25,
          "high": 281.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:31:57.959Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}