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

← World Champions Pack
Zangoose

Zangoose

Rare #78 Pokémon Basic HP 70
Types
Colorless
Illustrator
Ken Sugimori
Expansion
World Champions Pack · PCG
Language
Japanese
TCGplayer
609317

Attacks

Call for Family
Colorless

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.

Sharp Claws 10+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pcg10_ja-78?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg10_ja-78",
    "name": "Zangoose",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/78.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg10_ja",
      "name": "World Champions Pack",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 108,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "World Champions Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "609317",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Thick Skin",
        "text": "Zangoose can't be affected by any Special Conditions.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sharp Claws",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T16:48:45.090Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}