Clarification on Audio URL Base Path in API Response
Iqra
Hi
I am building a mobile app using React Native and Expo, and I’m using the Quran.com API to fetch verses for a specific page. Specifically, I’m working with this endpoint:
The response includes an audio_url field with a relative value like "wbw/002_004_001.mp3". Could you please provide the base URL I should prepend to this relative path to construct the absolute URL for accessing the audio files?
Your guidance would be greatly appreciated as it will help me integrate audio functionality seamlessly into the app.
Thank you for your assistance!