The cross-reference corpus in aggregate
get_connectionsQuestions about the SHAPE of the cross-reference corpus rather than about one verse: which chapters are the hubs, which books lean on which, how much referencing crosses between the testaments.
With no argument, returns the totals plus the most-connected chapters and the strongest book-to-book pairs. Pass book for one book’s own incoming and outgoing rows, or osis for a single chapter’s rank and vote weight. Use find_cross_references instead when you want the actual references for a passage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | One book, by OSIS id or slug, e.g. "John". | |
| osis | No | One chapter, e.g. "Ps.119". | |
| limit | No | How many rows per ranked list. Defaults to 20, capped at 200. | |
| offset | No | For paging, applied to every ranked list in the response. Each list carries its own total — topChaptersTotal, topBookPairsTotal, referencesOutTotal, referencesInTotal. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | ||
| note | No | ||
| error | No | ||
| offset | No | ||
| totals | No | ||
| chapter | No | ||
| licence | No | ||
| topChapters | No | ||
| referencesIn | No | ||
| topBookPairs | No | ||
| referencesOut | No | ||
| topChaptersCount | No | ||
| topChaptersTotal | No | ||
| referencesInCount | No | ||
| referencesInTotal | No | ||
| topBookPairsCount | No | ||
| topBookPairsTotal | No | ||
| referencesOutCount | No | ||
| referencesOutTotal | No |