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

← Evolving Skies
Sableye

Sableye

Common #67 Pokémon Basic HP 70
Types
Psychic
Illustrator
Eri Yamaki
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246842

Attacks

Go and Collect
Colorless

Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.

Corner 40
Psychic · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/swsh7-67?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-67",
    "name": "Sableye",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/67.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/67.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/67.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246842",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/67.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/67.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/67.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Go and Collect",
        "text": "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Corner",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Eri Yamaki",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:04:30.603Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.7
      }
    }
  }
}