quran / quran.com-api

Quran.com content APIs
https://api-docs.quran.foundation/docs/category/content-apis
MIT License
930 stars 194 forks source link

Problems with getting tafseer #592

Closed al-maktaba closed 2 years ago

al-maktaba commented 2 years ago

I can't get tafsir using the id. For example, using this endpoint the response is

{
"tafsirs": [],
"meta": {
"tafsir_name": null,
"author_name": null,
"filters": {
"verse_key": "1:1",
"chapter_number": "1"
}
}
}

Also, I can't get information about tafsir with this endpoint, the error "Tafsir not found" comes out.

Does this api not support tafsir now?