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

← Plasma Blast
Throh

Throh

Common #51 Pokémon Basic HP 100
Types
Fighting
Illustrator
Naoki Saito
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
89902

Attacks

Freestyle Strike 30
Fighting · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

Shoulder Throw 80
Fighting · Colorless · Colorless

Does 80 damage minus 20 damage for each Colorless in the Defending Pokémon's Retreat Cost.

GET /api/v1/pokemon/cards/bw10-51vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-51vrh",
    "name": "Throh",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/51vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/51vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/51vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89902",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/51vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/51vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/51vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Freestyle Strike",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shoulder Throw",
        "text": "Does 80 damage minus 20 damage for each Colorless in the Defending Pokémon's Retreat Cost.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:38:34.285Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.73
      }
    }
  }
}