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

← EX Trainer Kit Latios
Zigzagoon

Zigzagoon

Common #7 Pokémon Basic HP 40
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
EX Trainer Kit Latios · EX
Language
English
TCGplayer
90746

Attacks

Fury Swipes 10
Colorless

Flip 3 coins. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/tk1b-7?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1b-7",
    "name": "Zigzagoon",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/7.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1b",
      "name": "EX Trainer Kit Latios",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90746",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.41
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-13T23:49:31.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}