OpenAPI ("Swagger")

Access API documentation as OpenAPI JSON

Developers can access the OpenAPI specification of all remberg endpoints directly from here:

https://developers.remberg.de/openapi

These contains JSON files for all endpoints in the OpenAPI 3.0 specification (Sometimes called "Swagger" Files). You can use them to import all public API endpoints into your application or code.

Please be aware that some endpoints in this format contain internal reference IDs that might be subject to change. Ensure to always use the latest specification files.

⚠️

Please Note

OpenAPI specifications contain referenceIds such as operationId and schema references. These exist only in the documentation and are subject to change. The behavior of the documented API itself will not be altered by such a change.