Skip to content
HallownestAPI
Hollow KnightEnemyunverified

Gruzzer

Bouncing flier

Round, lazy flier that ricochets through tunnels. Mostly an obstacle, not a threat.

Hunter's Journal

Dim-witted flying bug. Drifts through the air, bouncing off any surface it bumps. Heavy enough to knock the Knight off ledges.

GET /api/v1/character/gruzzer
{
  "slug": "gruzzer",
  "name": "Gruzzer",
  "game": "hk",
  "kind": "enemy",
  "role": "Bouncing flier",
  "area": {
    "slug": "forgotten-crossroads",
    "name": "Forgotten Crossroads"
  },
  "isBoss": false,
  "sells": [],
  "hp": 10,
  "damage": 1,
  "geoDrop": 2,
  "hunterJournal": {
    "notes": "Dim-witted flying bug. Drifts through the air, bouncing off any surface it bumps. Heavy enough to knock the Knight off ledges."
  },
  "summary": "Round, lazy flier that ricochets through tunnels. Mostly an obstacle, not a threat.",
  "verified": false,
  "sources": [
    "https://hollowknight.fandom.com/wiki/Gruzzer"
  ],
  "wikiSlug": "Gruzzer"
}

Data is fan-contributed and may be inaccurate. Suggest a correction.