I want to access all of Owncloud Documentation with a JSON API

How do I access all of Owncloud Docs using JSON API calls?

Hi,

the ownCloud documentation is published as .html files at https://doc.owncloud.org. There is no API available to access this files in any other format.

Thanks RR, I'm quite aware of the html documentation :slight_smile:
I would however like to access the documentation as an API so I could render it to my own template
or UI!

Hi,

i highly doubt that some one will do the work and implement an API for such a special use case.

Maybe have a look if a JSON parser for .rst files is available which you could use to parse those files from https://github.com/owncloud/documentation?files=1