@voctal/gdapi
v1.1.1
Published
An unofficial Geometry Dash API wrapper
Maintainers
Readme
About
GD API is a module that allows you to easily interact with the Geometry Dash private API. The module documentation is available at https://docs.voctal.dev.
This module does not include all features of the Geometry Dash API, such as endpoints that require user passwords. However, you can combine it with the knowledge from the unofficial GD docs to access everything if needed.
Installation
Node.js 22 or newer is required.
npm install @voctal/gdapi@latestExample usage
import { GDAPI } from "@voctal/gdapi";
const gdapi = new GDAPI();
// Get RobTop account
const user = await gdapi.getUserById(71);
console.log(user);Links
Help
Need help with the module? Ask on our support server!
