Skip to main content

Get notes count within verse range

Get the count of notes within a range of verses.

Query Parameters
    from string required

    Possible values: Value must match regular expression ^(\d+):(\d+)$

    The starting verse key of the range.

    to string required

    Possible values: Value must match regular expression ^(\d+):(\d+)$

    The ending verse key of the range.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object

    A map of verse keys to note counts, where each key is a verse key and each value is an integer count of notes.

    property name* integer
Loading...