quran / quran.com-api

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

Unable to get any English tafsirs from /quran/tafsirs/{tafsir_id} endpoint #638

Open WalidZein opened 1 year ago

WalidZein commented 1 year ago

Aslam alaykum,

I have been trying to get English tafsir for individual ayat from the endpoint but it hasn't been working. From my testing it works with all languages but the English ones.

I first run a query to get the tafsir id: https://api.quran.com/api/v4/resources/tafsirs?language=en

Screenshot_2023-08-21-15-24-49-25_927b32dfe2dab93fc1268a64c6a1e8bd.jpg

From there I use the ID to get the tafsir of the Aya:

https://api.quran.com/api/v4/quran/tafsirs/169?verse_key=1:2

Screenshot_2023-08-21-15-26-45-60_927b32dfe2dab93fc1268a64c6a1e8bd.jpg

This happens for all English tafsirs.

Any idea why? Am I doing something wrong?

pacehutt commented 1 year ago

The endpoints are updated but the documentation hasn't till now. #470