On Wed, Mar 13, 2019 at 6:54 PM Lassi Kortela <xxxxxx@lassi.io> wrote: > I could > update the <http://schemedoc.herokuapp.com/> API to use them and Arthur > could make versions of his personal scripts related to running the SRFI > process and website. Although not strictly related to the above, while looking through my own source code, I just realized that all that I made through S-expressions (and exported as HTML and CommonMark) is also available as JSON: https://vonuvoli.volution.ro/documentation/libraries.json Look for example under the `r7rs`, then under `types`, and then choose one, and from there look for example under `definitions_input_recursive`. Basically based on a JSON like this, one could easily implement the HTTP-based API you are searching for. Ciprian.