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

← BW Trainer Kit Zoroark
Watchog

Watchog

Common #2 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
match
Expansion
BW Trainer Kit Zoroark · Black & White
Language
English
TCGplayer
98705

Attacks

Confuse Ray
Colorless · Colorless

The Defending Pokémon is now Confused.

Hyper Fang 60
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/tk5a-2?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk5a-2",
    "name": "Watchog",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-2.large.webp"
      }
    ],
    "expansion": {
      "id": "tk5a",
      "name": "BW Trainer Kit Zoroark",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "printed_total": 30,
      "release_date": "2011/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98705",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5a-2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Confuse Ray",
        "text": "The Defending Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Fang",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.07
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:51:09.457Z",
      "trend_7d": {
        "direction": "down",
        "percent": -22.22
      }
    }
  }
}