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

← Dragons Exalted
Throh

Throh

Uncommon #68 Pokémon Basic HP 100
Types
Fighting
Illustrator
Midori Harada
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
89901

Attacks

Squeeze 40
Fighting · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed.

Superpower 70
Fighting · Colorless · Colorless · Colorless

You may do 20 more damage. If you do, this Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/bw6-68?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-68",
    "name": "Throh",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/68.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89901",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Squeeze",
        "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed.",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Superpower",
        "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        },
        {
          "condition": "LP",
          "price": 0.34
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.24
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2
      }
    }
  }
}