Sheets
Retrieves the full content and metadata of a single Sheet from Voices on Sefaria.
get/api/sheets/{sheet_id}
Path parameters
sheet_idinteger required
Numeric sheet ID. Find it in the sheet URL: https://www.sefaria.org/sheets/{sheet_id}.
Query parameters
more_data'0' | '1'
When set to more_data=1, returns an enriched panel view of the sheet (additional rendering metadata used by Sefaria's reader). Defaults to 0.
callbackstring
JSONP callback name. Optional.
Response
Successful Response
Example response
{
"includedRefs": [
"Mishnah Peah 4:2"
],
"expandedRefs": [
"Mishnah Peah 4:2"
],
"sources": [
{
"ref": "Mishnah Peah 4:2"
}
]
}