Sheets
Returns a full Sheet if it has been modified since the given timestamp. If it the Sheet has not been modified, returns an empty/unchanged response. This endpoint is useful for clients that cache Sheets.
get/api/sheets/modified/{sheet_id}/{timestamp}
Path parameters
sheet_idinteger required
Numeric sheet ID. Find it in the sheet URL: https://www.sefaria.org/sheets/{sheet_id}.
timestampstring required
An ISO-8601 timestamp. The sheet is returned only if its dateModified is more recent than this value.
Response
Successful Response
Example response
{
"includedRefs": [
"Mishnah Peah 4:2"
],
"expandedRefs": [
"Mishnah Peah 4:2"
],
"sources": [
{
"ref": "Mishnah Peah 4:2"
}
]
}