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

← Deoxys
Slakoth

Slakoth

Common #73 Pokémon Basic HP 40
Types
Colorless
Illustrator
Takao Unno
Expansion
Deoxys · EX
Language
English
TCGplayer
89296

Attacks

Yawn
Colorless

The Defending Pokémon is now Asleep.

Flail 10
Colorless

Does 10 damage times the number of damage counters on Slakoth.

GET /api/v1/pokemon/cards/ex8-73?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex8-73",
    "name": "Slakoth",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/73.large.webp"
      }
    ],
    "expansion": {
      "id": "ex8",
      "name": "Deoxys",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DX",
      "printed_total": 107,
      "release_date": "2005/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89296",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Yawn",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flail",
        "text": "Does 10 damage times the number of damage counters on Slakoth.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Takao Unno",
    "pricing": {
      "currency": "USD",
      "market": 1.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.52
        },
        {
          "condition": "LP",
          "price": 0.88
        },
        {
          "condition": "MP",
          "price": 0.6
        },
        {
          "condition": "HP",
          "price": 0.38
        },
        {
          "condition": "DMG",
          "price": 0.54
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7.49,
          "low": 6.37,
          "high": 8.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 7.5,
          "high": 16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.47,
          "low": 16.38,
          "high": 35.06,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:21:56.314Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.66
      }
    }
  }
}