{"id":28861413,"url":"https://github.com/sodium-labs/gdapi","last_synced_at":"2026-01-02T22:31:39.615Z","repository":{"id":298966522,"uuid":"1001702785","full_name":"sodium-labs/gdapi","owner":"sodium-labs","description":"An unofficial Geometry Dash API wrapper","archived":false,"fork":false,"pushed_at":"2025-06-13T21:42:24.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-23T04:44:58.595Z","etag":null,"topics":["api","dash","gd","geometry","geometrydash","typescript","wrapper"],"latest_commit_sha":null,"homepage":"https://docs.sodiumlabs.xyz/gdapi","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sodium-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-13T21:11:06.000Z","updated_at":"2025-06-18T15:15:35.000Z","dependencies_parsed_at":"2025-06-13T21:48:43.868Z","dependency_job_id":"39be8833-e2f7-4a9f-aeab-64d3c321bcb2","html_url":"https://github.com/sodium-labs/gdapi","commit_stats":null,"previous_names":["sodium-labs/gdapi"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sodium-labs/gdapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sodium-labs%2Fgdapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sodium-labs%2Fgdapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sodium-labs%2Fgdapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sodium-labs%2Fgdapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sodium-labs","download_url":"https://codeload.github.com/sodium-labs/gdapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sodium-labs%2Fgdapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278477818,"owners_count":25993540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","dash","gd","geometry","geometrydash","typescript","wrapper"],"created_at":"2025-06-20T05:39:17.948Z","updated_at":"2026-01-02T22:31:39.610Z","avatar_url":"https://github.com/sodium-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cbr /\u003e\n    \u003ch1\u003eGD API\u003c/h1\u003e\n    \u003cbr /\u003e\n    \u003cp\u003e\n        \u003ca href=\"https://discord.gg/8PDXWSHH7k\"\u003e\u003cimg src=\"https://img.shields.io/discord/1336303640725553213?color=5865F2\u0026logo=discord\u0026logoColor=white\" alt=\"Discord server\" /\u003e\u003c/a\u003e\n        \u003ca href=\"https://www.npmjs.com/package/@sodiumlabs/gdapi\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@sodiumlabs/gdapi.svg?maxAge=3600\" alt=\"npm version\" /\u003e\u003c/a\u003e\n        \u003ca href=\"https://www.npmjs.com/package/@sodiumlabs/gdapi\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/@sodiumlabs/gdapi.svg?maxAge=3600\" alt=\"npm downloads\" /\u003e\u003c/a\u003e\n        \u003ca href=\"https://github.com/sodium-labs/gdapi/commits/main\"\u003e\u003cimg alt=\"Last commit\" src=\"https://img.shields.io/github/last-commit/sodium-labs/gdapi?logo=github\u0026logoColor=ffffff\" /\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n# About\n\nGD 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).\n\nThis 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.\n\n# Installation\n\n```sh\nnpm install @sodiumlabs/gdapi@latest\n```\n\n# Links\n\n- [Documentation](https://docs.sodiumlabs.xyz/docs/packages/gdapi/stable)\n- [Unofficial GD docs](https://wyliemaster.github.io/gddocs)\n- [Discord server](https://discord.gg/8PDXWSHH7k)\n- [GitHub](https://github.com/sodium-labs/gdapi)\n- [npm](https://npmjs.com/package/@sodiumlabs/gdapi)\n- [Sodium Labs](https://sodiumlabs.xyz)\n- [Geometry Dash](https://www.geometrydash.com)\n\n# Example\n\n```js\nimport { GDAPI } from \"@sodiumlabs/gdapi\";\n\nconst gdapi = new GDAPI();\n\n// Get RobTop account\nconst user = await gdapi.getUserById(71);\nconsole.log(user);\n```\n\n# Help\n\nIf 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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsodium-labs%2Fgdapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsodium-labs%2Fgdapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsodium-labs%2Fgdapi/lists"}