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

← Stormfront
Scyther

Scyther

Uncommon #49 Pokémon Basic HP 60
Types
Grass
Illustrator
Mitsuhiro Arita
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
89001

Attacks

Swords Dance
Colorless

During your next turn, Scyther's Slashing Strike attack's base damage is 60.

Slashing Strike 30
Grass · Colorless

During your next turn, Scyther can't use Slashing Strike.

GET /api/v1/pokemon/cards/dp7-49?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-49",
    "name": "Scyther",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/49.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89001",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Swords Dance",
        "text": "During your next turn, Scyther's Slashing Strike attack's base damage is 60."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slashing Strike",
        "text": "During your next turn, Scyther can't use Slashing Strike.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 2.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.4
        },
        {
          "condition": "LP",
          "price": 1.04
        },
        {
          "condition": "MP",
          "price": 0.96
        },
        {
          "condition": "HP",
          "price": 0.74
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.75,
          "low": 9.14,
          "high": 12.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 103,
          "low": 87.55,
          "high": 118.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}