v1

latestOpenAPI 3.0.2GNU AGPLv32026-07-245983524.8 KB
Related

Related Web Pages

A single API endpoint to return the webpages related to a segment-level Ref in the query.

get/api/related/{tref}/websites

Response

Webpages related to the queried Ref.

urlstring

URL to the related article on the webpage.

titlestring

Title of the webpage

refsRef[]

All textual references found on this webpage which link to various Sefaria Refs.

descriptionstring

Description of the article.

linkerHitsinteger

Number of hits by the Sefaria linker.

domainstring

Domain of the webpage

siteNamestring

Name of the webpage

faviconstring

Favicon of the external webspage

articleSourcestring
anchorRefstring

A string representing a citation to a Jewish text.

A valid Ref consists of a title string followed optionally by a section string or a segment string.

A title string is any one of the known text titles or title variants in the Sefaria Database.

anchorRefExpandedRef[]

If the anchorRef is a ranged Ref, this is an array of Refs containing each of the segments contained within that range. So for example, if anchorRef is Genesis 1:1-2, then anchorRefExpanded will be ["Genesis 1:1", "Genesis 1:2"].

Example response

[
  {
    "url": "https://etzion.org.il/en/mission-spies",
    "title": "The Mission of the Spies | vbm haretzion",
    "refs": [
      "Joshua 2:2-3",
      "I Samuel 26:9",
      "Deuteronomy 32:51",
      "Numbers 34:16-29",
      "Numbers 26:52-56",
      "Joshua 14",
      "Numbers 13",
      "Numbers 20:12",
      "Numbers 32:9",
      "Deuteronomy 9:1-2",
      "Numbers 13:20",
      "Genesis 13:17",
      "Numbers 13:21",
      "Numbers 13:22",
      "Deuteronomy 1:37",
      "Joshua 2:1",
      "Deuteronomy 1:22",
      "Deuteronomy 1",
      "Numbers 34",
      "Deuteronomy 1:21",
      "Numbers 32",
      "Deuteronomy 1:24",
      "Joshua 18:3-9"
    ],
    "description": "Parshat HaShavua Yeshivat Har Etzion PARASHAT SHELACH The Mission of the Spies by Rav Yaakov Medan A  The Problem",
    "linkerHits": 283,
    "domain": "etzion.org.il",
    "siteName": "Torat Har Etzion",
    "favicon": "https://www.google.com/s2/favicons?domain=etzion.org.il",
    "anchorRef": "Deuteronomy 1",
    "anchorRefExpanded": [
      "Deuteronomy 1:2"
    ]
  }
]