findAll

Get all chapters.

Params:

chapters.findAll(options?: GetChapterOptions)

ParamType
optionsGetChapterOptions

Example:

quran.v4.chapters.findAll()

findById

Get chapter by id.

Params:

chapters.findById(id: ChapterId, options?: GetChapterOptions)

ParamTypeDescription
idChapterId (m)minimum 1, maximum 114
optionsGetChapterOptions

Example:

quran.v4.chapters.findById('1')
quran.v4.chapters.findById('114')

findInfoById

Get chapter info by id.

Params:

chapters.findInfoById(id: ChapterId, options?: GetChapterOptions)

ParamTypeDescription
idChapterId (m)minimum 1, maximum 114
optionsGetChapterOptions

Example:

quran.v4.chapters.findInfoById('1')
quran.v4.chapters.findInfoById('114')