Skip to content
HallownestAPI
Hollow Knightoptionalunverified

The Collector

A strange, grinning collector hoarding jars filled with Hallownest's creatures. Found at the top of the Tower of Love. Beating him gives you the Collector's Map.

Attacks

  • Jar drop

    Throws jars containing Hallownest creatures.

  • Long jump
  • Crawl
GET /api/v1/boss/collector
{
  "slug": "collector",
  "name": "The Collector",
  "game": "hk",
  "optional": true,
  "hp": {
    "base": 250
  },
  "geo": 0,
  "area": {
    "slug": "city-of-tears",
    "name": "City of Tears"
  },
  "attacks": [
    {
      "name": "Jar drop",
      "description": "Throws jars containing Hallownest creatures."
    },
    {
      "name": "Long jump"
    },
    {
      "name": "Crawl"
    }
  ],
  "rewards": [
    "Collector's Map",
    "Access to all Grub locations"
  ],
  "summary": "A strange, grinning collector hoarding jars filled with Hallownest's creatures. Found at the top of the Tower of Love. Beating him gives you the Collector's Map.",
  "verified": false,
  "sources": [
    "https://hollowknight.fandom.com/wiki/Collector"
  ],
  "wikiSlug": "Collector"
}

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