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

← Wild Blaze
Toxicroak-EX

Toxicroak-EX

Double Rare #36 Pokémon BasicEX HP 170
Types
Psychic
Illustrator
PLANETA
Expansion
Wild Blaze · XY
Language
Japanese
TCGplayer
603411

Attacks

Triple Poison
Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns.

Smash Uppercut 80
Psychic · Psychic · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/xy2_ja-36vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2_ja-36vh",
    "name": "Toxicroak-EX",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/36vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/36vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/36vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2_ja",
      "name": "Wild Blaze",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY2",
      "printed_total": 80,
      "release_date": "2014/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603411",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/36vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/36vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/36vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Triple Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Smash Uppercut",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 2.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.45
        },
        {
          "condition": "LP",
          "price": 1.82
        },
        {
          "condition": "MP",
          "price": 0.85
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 17.19,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 64.78,
          "low": 99.95,
          "high": 99.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.8,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6.49,
          "low": 5.52,
          "high": 7.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:36:15.279Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}