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

← Ruby & Sapphire
Slakoth

Slakoth

Uncommon #45 Pokémon Basic HP 40
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
89295

Attacks

Claw 20
Colorless

Flip a coin. If tails, this attack does nothing.

Slack Off
Colorless · Colorless

Remove all damage counters from Slakoth. Slakoth can't attack during your next turn.

GET /api/v1/pokemon/cards/ex1-45?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-45",
    "name": "Slakoth",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/45.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89295",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Claw",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slack Off",
        "text": "Remove all damage counters from Slakoth. Slakoth can't attack during your next turn."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.19
        },
        {
          "condition": "LP",
          "price": 1.71
        },
        {
          "condition": "MP",
          "price": 1.29
        },
        {
          "condition": "HP",
          "price": 1.16
        },
        {
          "condition": "DMG",
          "price": 1.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:36:47.744Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.24
      }
    }
  }
}