hypixel
The Hypixel API, in Nim.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install hypixel
choosenim install hypixel
git clone https://github.com/tonogram/hypixel-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| hypixel | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/tonogram/hypixel-nim |
|---|---|
| Homepage | https://github.com/tonogram/hypixel-nim |
| Registry Source | nimble_official |
README
![]()
A pure-Nim interface for the Hypixel API.
The Friends and Guilds APIs are more or less complete. The Player API still needs work, though.
I think I've alleviated crashes as much as I can, but I'm not making any promises.
However, instead of crashing, the API will either return the type's default value or an empty Option.
This headache is because the Hypixel API was designed by monkeys on typewriters, and any given field may or may not exist, may have a duplicate somewhere else, may exist under a completely different name, or so forth. It's miserable, but a default value is better than a crash.
PRs welcome!