https://github.com/sodium-labs/gdapi
An unofficial Geometry Dash API wrapper
https://github.com/sodium-labs/gdapi
api dash gd geometry geometrydash typescript wrapper
Last synced: 5 months ago
JSON representation
An unofficial Geometry Dash API wrapper
- Host: GitHub
- URL: https://github.com/sodium-labs/gdapi
- Owner: sodium-labs
- License: mit
- Created: 2025-06-13T21:11:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T21:42:24.000Z (about 1 year ago)
- Last Synced: 2025-08-23T04:44:58.595Z (10 months ago)
- Topics: api, dash, gd, geometry, geometrydash, typescript, wrapper
- Language: TypeScript
- Homepage: https://docs.sodiumlabs.xyz/gdapi
- Size: 30.3 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.sodiumlabs.xyz](https://docs.sodiumlabs.xyz/docs/packages/gdapi/stable).
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](https://wyliemaster.github.io/gddocs) to access everything if needed.
# Installation
```sh
npm install @sodiumlabs/gdapi@latest
```
# Links
- [Documentation](https://docs.sodiumlabs.xyz/docs/packages/gdapi/stable)
- [Unofficial GD docs](https://wyliemaster.github.io/gddocs)
- [Discord server](https://discord.gg/8PDXWSHH7k)
- [GitHub](https://github.com/sodium-labs/gdapi)
- [npm](https://npmjs.com/package/@sodiumlabs/gdapi)
- [Sodium Labs](https://sodiumlabs.xyz)
- [Geometry Dash](https://www.geometrydash.com)
# Example
```js
import { GDAPI } from "@sodiumlabs/gdapi";
const gdapi = new GDAPI();
// Get RobTop account
const user = await gdapi.getUserById(71);
console.log(user);
```
# Help
If you don't understand something in the documentation, are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official [Discord Server](https://discord.gg/8PDXWSHH7k).