Good morning fellow makers.
I am querying the following API (which is open), https://beta.ourmanna.com/api/v1/get, with the purpose of displaying a daily bible verse in the home page of my app.
https://beta.ourmanna.com/api/v1/get doesn’t work, as the return type is plain/text (just what I need), so I have to format it and use https://beta.ourmanna.com/api/v1/get?format=json&order=daily, and the header “accept:application/json”, that returns all the fields that I need, but still I get an error that the “Get All” method failed, I cannot bypass that, and I’m not sure what am I missing, especially when I see that it’s returning the data that I am querying, this is replicable if you try, I appreciate your help in advance!
Thanks