An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




GD API





Discord server
npm version
npm downloads
Last commit


# 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).