http://localhost:8000/

This homepage of API DOCS.

http://localhost:8000/api/lexical/all

Return all verses with all attributes.

http://localhost:8000/api/lexical/search/{words}

Take a string of words, to return all verses, containing this string.

http://localhost:8000/api/lexical/surah/{surah_id}

Take a Surah number, to return all verses in this Surah. Notice that Surah numbers is between 1 and 114.

http://localhost:8000/api/lexical/verse-in-surah/{surah_id}/{verse_id}

Take a Surah number with a Verse number in the Surah, to return the specific Verse.

http://localhost:8000/api/lexical/verse-in-quran/{verse_id}

Take a Verse number in the whole Quarn, to return the specific Verse.