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

← White Collection
Throh

Throh

usually #30 Pokémon Basic HP 100
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
White Collection · Black & White
Language
Japanese
TCGplayer

Attacks

Circle Throw 30
Fighting · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Storm Throw 80
Fighting · Fighting · Colorless

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

GET /api/v1/pokemon/cards/bw1w_ja-30?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1w_ja-30",
    "name": "Throh",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1w_ja",
      "name": "White Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Circle Throw",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Storm Throw",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 12.61,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.61
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:46:42.059Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}