Does Kolibri offer REST API's?

Does Kolibri offer rest API? If so, where can I find documentation about it? Tried checking the official developer documentation, but I had no luck finding documentation about the rest API

There are multiple REST APIs in Kolibri - however, most of them are internal, and are not guaranteed to be stable across versions.

However, any APIs exposed under public are stable.

More details about server client communication is detailed here: Server/client communication — Kolibri developer documentation 0.16.0.dev0+git.20220912151702 documentation

In development mode, a browseable version of the API is available at /api_explorer - emphasizing once again that only the URLs under public will be stable across versions.