lds scripture annotation api - LDSorg/lds.org GitHub Wiki

Casually inspecting the web traffic, here is an example:

All annotations for Book of Mormon - 1 NE Chapter 1

https://www.lds.org/study-tools/ajax/highlight/getForPage?callback=jQuery17107140491253230721_1400685997144&uri=%2Fscriptures%2Fbofm%2F1-ne%2F1&lang=eng&country=&_=1400686002294

All annotations for D&C 121

https://www.lds.org/study-tools/ajax/highlight/getForPage?callback=jQuery17103677486856468022_1400686573661&uri=%2Fscriptures%2Fdc-testament%2Fdc%2F121&lang=eng&country=&_=1400686578235

The format of the response is in:

{
    response: {
        locale: "eng",
        successful: "true",
        error: null,
        annotations: [{
            id: "89409824330647002060",
            uri: "/scriptures/bofm/1-ne/1",
            paras: [{
                uri: "/scriptures/bofm/1-ne/1.20",
                style: "hl-pink",
                offsetStart: 65,
                offsetEnd: 72
            }],
            note: "Some not that I write here",
            title: null,
            folderGuids: [
                "16026650151667664662",
                "18016984789756457023",
                "68190582417216183560"
            ],
            source: "http://lds.org/study-tools",
            device: "web"
        }]
    }
}