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!
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!