No description
  • TypeScript 100%
Find a file
2026-05-09 17:49:52 +01:00
_data Add all unauthenticated endpoints based on August README 2025-12-04 02:10:36 +00:00
src change comment 2026-05-09 17:49:52 +01:00
test 2.3.0 - Start on the big authed endpoints 2026-05-09 10:07:20 +01:00
.gitignore 2.3.0 - Start on the big authed endpoints 2026-05-09 10:07:20 +01:00
.npmignore 2.3.0 - Start on the big authed endpoints 2026-05-09 10:07:20 +01:00
LICENSE Initial commit 2022-06-03 19:29:41 +01:00
package-lock.json 2.3.0 - unhealthy if health endpoint throws, try make a isOnline player method. still isnt accurate 100% 2026-03-17 20:54:31 +00:00
package.json 2.3.0 - unhealthy if health endpoint throws, try make a isOnline player method. still isnt accurate 100% 2026-03-17 20:54:31 +00:00
README.md 2.2.0, class for player response to have Date returning-fields 2026-03-14 01:43:53 +00:00
tsdown.config.ts Add all unauthenticated endpoints based on August README 2025-12-04 02:10:36 +00:00

skyblock.js

A library for the skyblock.net api

Features

  • List online players on Economy, Survival and Skywars.
  • Get friends of a player from their forums ID.
  • Search for forum accounts by query.
  • Get information about a player by their IGN.
  • Get friends of a player by their IGN.

Installation

npm i skyblock.js

See below for usage.

Usage

Just see typedefs for now