Skip to content

Request #41

@Ahoba02

Description

@Ahoba02

Hi,

I noticed that some Tafsir editions (like "Al-Muyassar") provide a single explanation for a group of verses rather than a separate one for each. To represent this accurately in the API, I suggest adding two fields to the response: from_ayah and to_ayah.

Example:
In Surah Al-Alaq (96), verses 9 through 19 share the exact same Tafsir text in "Al-Tafsir Al-Muyassar". Having these fields would make it much easier for developers.

suggested output:
{
"text": "...",
"ayah": 9, <---- this could be 9 to 19
"from_ayah": 9,
"to_ayah": 19,
"surah": 96
}

Thank you for your great work on this API!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions