Salam all!
Love your API. However, I am facing a weird issue. If I use lat/lon from north america it is throwing a bad request error. Here is a sample URL:
https://api.aladhan.com/v1/calendar/2025?latitude=47.662452&longitude=-122.289229&method=8&shafaq=general&tune=5,3,5,7,9,-1,0,8,-6&school=0&midnightMode=0&timezonestring=asa&calendarMethod=UAQ&adjustment=0&iso8601=false
Error:
{"code":400,"status":"BAD REQUEST","data":"Please specify a valid latitude and longitude."}
This lat/lon is correct and navigates to the correct location in Seattle. For now I have moved over to using address and that seems to be working fine but I would much rather use lat/lon combination if possible. Please let me know if I am doing something wrong or if this is a problem with the API