I was using the following API to get prayer times for specific cities:
However, there are some cities that don't return a response. I did however see the following API that take latitude and longitude, and that returns a response that even the above API won't:
The only inconvenience with the above is it returns the times for prayers for the entire Month, as long as you provide the year and Month. Is there a flag I can pass that would return the prayer time for that specific day? Or better yet, is there another API that would take a latitude and longitude and return prayer times for that specific day, similar to the first API I showed above?