Issues using ZomatoAPI

So I’ve contacted Zomato’s developer team but thought I’d reach out to my trusted FCC forum-mates:

Hello,
I am using your API to generate search-results for a given location’s coordinates and specifying the radius to be 1mile or 1609.34meters. However, the search results I am getting back are far beyond the radius of 1mile. I’ve used the ZomatoAPI sandbox to make sure my request-URLs are not the problem. I get this error-message in my console when I make the Get-request, however it still loads a response (they are just not within the radius specified):

“Cross-Origin Read Blocking (CORB) blocked cross-origin response https://developers.zomato.com/api/v2.1/search?q=&lat=39.0494&lon=-77.1178&radius=1609.34 with MIME type text/html.”

Is this preventing the API from returning the proper request or is there something up with the query-string?

Appreciate the help and your wonderful API!

Perfect Date App Demo: https://iamcharliekim.github.io/perfect-date-app/

Github Repo: https://github.com/iamcharliekim/perfect-date-app