Introduction to the API

Welcome to the updated RocketCAD API. Let's learn more about how to integrate your scripts with RocketCAD!

RocketCAD is built with Bubble and as such relies on the robust Bubble API which is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

https://api.therocketcad.com

To authenticate requests, The RocketCAD API relies on an API Key issued to each community’s server which then runs the request in the context of that community or server. For your convenience, a working test API Key has been provided in all code examples allowing you to test right away.

Our API documentation has been written to provide complete understanding of the RocketCAD API and as such, we offer limited support of custom-made API integrations and commonly refer users back to this documentation.

The RocketCAD API is intended for developer use only, Community Owners are encouraged to use our pre-made game integrations scripts from here.

pageIntroduction to the API

Last updated