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

← Steam Siege
Toxicroak

Toxicroak

Rare #59 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Hajime Kusajima
Expansion
Steam Siege · XY
Language
English
TCGplayer
121189

Attacks

Poison Jab 50
Fighting · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/xy11-59?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-59",
    "name": "Toxicroak",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121189",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Poison Enzyme",
        "text": "Prevent all damage done to this Pokémon by attacks from your opponent's Poisoned Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Jab",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "HP",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.7
      }
    }
  }
}