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

← Plasma Gale
Watchog

Watchog

usually #61 Pokémon Stage 1Team Plasma HP 90
Types
Colorless
Illustrator
5ban Graphics
Expansion
Plasma Gale · Black & White
Language
Japanese
TCGplayer

Attacks

Second Bite 20+
Colorless · Colorless

Does 10 more damage for each damage counter on the Defending Pokémon.

Low Kick 60
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bw7_ja-61?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7_ja-61",
    "name": "Watchog",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/61.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7_ja",
      "name": "Plasma Gale",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW7",
      "printed_total": 70,
      "release_date": "2012/09/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Plasma Gale"
        }
      }
    },
    "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/bw7_ja/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Team Plasma"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Second Bite",
        "text": "Does 10 more damage for each damage counter on the Defending Pokémon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Low Kick",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.43,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.43
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:23:19.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}