Skip to content
HallownestAPI
Hollow KnightEnemyunverified

Crawlid

Tiny crawling bug

The first enemy most players ever swing at. Walks back and forth on flat ground and does nothing else.

Hunter's Journal

Mindless creature that crawls along the ground. The weakest thing the Knight will encounter, but worth a swing for the geo.

GET /api/v1/character/crawlid
{
  "slug": "crawlid",
  "name": "Crawlid",
  "game": "hk",
  "kind": "enemy",
  "role": "Tiny crawling bug",
  "area": {
    "slug": "forgotten-crossroads",
    "name": "Forgotten Crossroads"
  },
  "isBoss": false,
  "sells": [],
  "hp": 5,
  "damage": 1,
  "geoDrop": 1,
  "hunterJournal": {
    "notes": "Mindless creature that crawls along the ground. The weakest thing the Knight will encounter, but worth a swing for the geo."
  },
  "summary": "The first enemy most players ever swing at. Walks back and forth on flat ground and does nothing else.",
  "verified": false,
  "sources": [
    "https://hollowknight.fandom.com/wiki/Crawlid"
  ],
  "wikiSlug": "Crawlid"
}

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