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

← Plasma Freeze
Sableye

Sableye

Rare #49 Pokémon BasicTeam Plasma HP 70
Types
Psychic
Illustrator
5ban Graphics
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
88858

Attacks

Scratch 10
Colorless
Shadow Cage 20
Psychic · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/bw9-49vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-49vrh",
    "name": "Sableye",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/49vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/49vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/49vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88858",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/49vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/49vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/49vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Team Plasma"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Shadow Cage",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 13.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.85
        },
        {
          "condition": "LP",
          "price": 8.96
        },
        {
          "condition": "MP",
          "price": 7.88
        },
        {
          "condition": "HP",
          "price": 5.85
        },
        {
          "condition": "DMG",
          "price": 7.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 54.71,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 9,
          "high": 110.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.87
      }
    }
  }
}