• Resources

findAllChapterInfos

Get all chapter infos.

Params:

resources.findAllChapterInfos(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findAllChapterInfos();

findAllChapterReciters

Get all chapter reciters.

Params:

resources.findAllChapterReciters(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findAllChapterReciters();

findAllLanguages

Get all languages.

Params:

resources.findAllLanguages(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findAllLanguages();

findAllRecitations

Get all recitations.

Params:

resources.findAllRecitations(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findAllRecitations();

findRecitationInfo

Get recitation info.

Params:

resources.findRecitationInfo(id: string, options?: GetResourceOptions)

ParamType
idstring
optionsGetResourceOptions

Example:

quran.v4.resources.findRecitationInfo('1');

findAllRecitationStyles

Get all recitation styles.

Example:

quran.v4.resources.findAllRecitationStyles();

findAllTafsirs

Get all tafsirs.

Params:

resources.findAllTafsirs(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findAllTafsirs();

findTafsirInfo

Get tafsir info.

Params:

resources.findTafsirInfo(id: string, options?: GetResourceOptions)

ParamType
idstring
optionsGetResourceOptions

Example:

quran.v4.resources.findTafsirInfo('1');

findAllTranslations

Get all translations.

Params:

resources.findAllTranslations(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findAllTranslations();

findTranslationInfo

Get all translations.

Params:

resources.findTranslationInfo(id: string, options?: GetResourceOptions)

ParamType
idstring
optionsGetResourceOptions

Example:

quran.v4.resources.findTranslationInfo('169');

findVerseMedia

Get verse media.

Params:

resources.findVerseMedia(options?: GetResourceOptions)

ParamType
optionsGetResourceOptions

Example:

quran.v4.resources.findVerseMedia();
Last updated on January 7, 2025