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

← Rebellion Crash
Scyther

Scyther

usually #1 Pokémon Basic HP 80
Types
Grass
Illustrator
KEIICHIRO ITO
Expansion
Rebellion Crash · Sword & Shield
Language
Japanese
TCGplayer
568589

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_ja-1?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2_ja-1",
    "name": "Scyther",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/1.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2_ja",
      "name": "Rebellion Crash",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2",
      "printed_total": 96,
      "release_date": "2020/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rebellion Crash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568589",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/1.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": "usually",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:04:35.146Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}