From 498bf6585828cd6a98b10aab93dd5471f5a34e49 Mon Sep 17 00:00:00 2001 From: liamt8d Date: Fri, 26 Jun 2026 18:56:09 -0500 Subject: [PATCH] Add GD Level API to JavaScript projects --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index e2658c90e..7d3f4baab 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,6 +23,10 @@ A few people, or teams have gone out of their way to create proper wrappers and These are generally projects that generally interface over the Geometry Dash servers, and overall have built up their own recognition and traction along the community, and developers alike. +#### JavaScript + +* [GD Level API](https://github.com/GD-Level-API/GD-Level-API) by [Liam](https://github.com/liamt8d) — Public REST API for level data, PNG card generation, player icons and search. Hosted on Cloudflare Workers, no key required. + #### Node.js * [GDBrowser](https://github.com/GDColon/GDBrowser) by [GDColon](https://github.com/GDColon)