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

← Furious Fists
Watchog

Watchog

Uncommon #85 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Midori Harada
Expansion
Furious Fists · XY
Language
English
TCGplayer
92265

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-85vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-85vrh",
    "name": "Watchog",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/85vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/85vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/85vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92265",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/85vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/85vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/85vrh.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": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "HP",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}