OpenAPI specification
This endpoint returns the OpenAPI specification for the Storyden API in JSON format. This is useful for clients that want to dynamically load the API specification for documentation or code generation.
This endpoint returns the OpenAPI specification for the Storyden API in JSON format. This is useful for clients that want to dynamically load the API specification for documentation or code generation.
curl -X GET "https://loading/api/openapi.json"{}{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Get Info GET GET
Get the basic forum installation info such as title, description, etc. This is a fully public endpoint as it drives the ability to render stuff like OpenGraph metadata, favicon, titles, descriptions, for crawlers.
Get the software version string. GET GET
The version number includes the date and time of the release build as well as a short representation of the Git commit hash.