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

← Pokémon TCG Classic - Venusaur (Grass Deck)
Scyther

Scyther

None #006/032 Pokémon Basic HP 70
Types
Grass
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591948

Attacks

Swords Dance
Grass

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

Slash 30
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/clf_ja-6vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-6vh",
    "name": "Scyther",
    "number": "006/032",
    "printed_number": "006/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591948_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591948_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591948_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clf_ja",
      "name": "Pokémon TCG Classic - Venusaur (Grass Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Venusaur (Grass Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591948",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591948_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591948_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591948_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Swords Dance",
        "text": "During your next turn, this Pokémon's Slash attack does 30 more damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slash",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 9.4,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 57.25,
          "low": 21.73,
          "high": 67.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "up",
            "percent": 56.8
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.89,
          "low": 11.4,
          "high": 15.13,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 79.99,
          "low": 49.1,
          "high": 107.24,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 41.16,
          "high": 49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}