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

← EX Battle Boost
Toxicroak

Toxicroak

Common #51 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Naoki Saito
Expansion
EX Battle Boost · Black & White
Language
Japanese
TCGplayer
603060

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/ebb1_ja-51?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ebb1_ja-51",
    "name": "Toxicroak",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/51.large.webp"
      }
    ],
    "expansion": {
      "id": "ebb1_ja",
      "name": "EX Battle Boost",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "EBB",
      "printed_total": 93,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "EX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603060",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/51.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": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.72
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-09T03:23:01.270Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}