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

← Peerless Fighters
Gigalith

Gigalith

Non #40 Pokémon Stage 2 HP 180
Types
Fighting
Illustrator
Masakazu Fukuda
Expansion
Peerless Fighters · Sword & Shield
Language
Japanese
TCGplayer
570405

Attacks

Guard Press 50
Fighting

During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).

High-Compression Impact 180
Fighting · Colorless · Colorless

This Pokémon does 10 damage to itself for each damage counter on it.

GET /api/v1/pokemon/cards/swsh5a_ja-40?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5a_ja-40",
    "name": "Gigalith",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/40.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5a_ja",
      "name": "Peerless Fighters",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5a",
      "printed_total": 70,
      "release_date": "2021/03/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Peerless Fighters"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570405",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Guard Press",
        "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "50"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "High-Compression Impact",
        "text": "This Pokémon does 10 damage to itself for each damage counter on it.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.24
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T12:04:05.700Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}