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

← Temporal Forces
Scyther

Scyther

Common #1 Pokémon Basic HP 90
Types
Grass
Illustrator
Dsuke
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542646

Attacks

Cut Up 10
Colorless
Slashing Strike 60
Colorless · Colorless

During your next turn, this Pokémon can't use Slashing Strike.

GET /api/v1/pokemon/cards/sv5-1?include=prices 200 123ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-1",
    "name": "Scyther",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/1.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/1.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/1.large.png"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542646",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/1.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/1.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/1.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cut Up",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slashing Strike",
        "text": "During your next turn, this Pokémon can't use Slashing Strike.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Dsuke",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 63.3,
          "low": 45,
          "high": 81.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8.15,
          "low": 6.93,
          "high": 9.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 166.74,
          "low": 149.99,
          "high": 149.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.5,
          "low": 9.99,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T14:11:03.389Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.88
      }
    }
  }
}