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

← Paradox Rift
Slither Wing

Slither Wing

Uncommon #107 Pokémon BasicAncient HP 140
Types
Fighting
Illustrator
Anesaki Dynamic
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523779

Attacks

Stomp Off
Fighting

Discard the top card of your opponent's deck.

Burning Turbulence 120
Fighting · Fighting

This Pokémon also does 90 damage to itself. Your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/sv4-107?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-107",
    "name": "Slither Wing",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/107.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/107.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/107.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523779",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/107.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/107.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/107.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Stomp Off",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Burning Turbulence",
        "text": "This Pokémon also does 90 damage to itself. Your opponent's Active Pokémon is now Burned.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 18,
          "high": 24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.12,
          "low": 14.25,
          "high": 39.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50
      }
    }
  }
}