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

← Rising Fist
Watchog

Watchog

usually #80 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Midori Harada
Expansion
Rising Fist · XY
Language
Japanese
TCGplayer
603542

Attacks

Held-Item Inspection
Colorless

Your opponent reveals his or her hand. Choose an Item card you find there. Your opponent shuffles that card into his or her deck.

Thorough Crunch 30
Colorless · Colorless

Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy3_ja-80?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3_ja-80",
    "name": "Watchog",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/80.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3_ja",
      "name": "Rising Fist",
      "total": 105,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY3",
      "printed_total": 96,
      "release_date": "2014/06/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rising Fist"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603542",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Held-Item Inspection",
        "text": "Your opponent reveals his or her hand. Choose an Item card you find there. Your opponent shuffles that card into his or her deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thorough Crunch",
        "text": "Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.79
        }
      ],
      "graded": [],
      "market_updated_at": "2026-06-17T04:04:08.126Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}