The cross-reference corpus in aggregate
get_connectionsUnderstand the Bible cross-reference graph: view totals, hub chapters, and strong book-to-book links. Target a specific book or chapter to see its rank and vote weight.
Instructions
Questions 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | ||
| note | No | ||
| error | No | ||
| totals | No | ||
| chapter | No | ||
| licence | No | ||
| topChapters | No | ||
| referencesIn | No | ||
| topBookPairs | No | ||
| referencesOut | No |