---
title: "Related Web Pages"
method: GET
path: "/api/related/{tref}/websites"
tags: ["Related"]
---

# Related Web Pages

`GET /api/related/{tref}/websites`

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

## Response `200`

Webpages related to the queried `Ref`.

- WebPagesJSON[]
  - `url` string — URL to the related article on the webpage.
  - `title` string — Title of the webpage
  - `refs` Ref[] — All textual references found on this webpage which link to various Sefaria `Ref`s.
  - `description` string — Description of the article.
  - `linkerHits` integer — Number of hits by the Sefaria linker.
  - `domain` string — Domain of the webpage
  - `siteName` string — Name of the webpage
  - `favicon` string — Favicon of the external webspage
  - `authors` union
    - string
    - object
  - `articleSource` string
  - `anchorRef` string — 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.
  - `anchorRefExpanded` Ref[] — 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"]`.

---

[API](https://skmtc.net/sefaria/apis/sefaria-api.md) · [All operations](https://skmtc.net/sefaria/apis/sefaria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sefaria/sefaria-api/revisions/d29296717011/schema)
