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

← Cold Flare
Toxicroak

Toxicroak

Non #28 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Kouki Saitou
Expansion
Cold Flare · Black & White
Language
Japanese
TCGplayer
601675

Attacks

Revenge 20+
Colorless

If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.

Poison Jab 60
Psychic · Colorless · Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/bw6c_ja-28?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6c_ja-28",
    "name": "Toxicroak",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/28.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6c_ja",
      "name": "Cold Flare",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cold Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601675",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Revenge",
        "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Jab",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:15:29.087Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}