iTunes API URL redirects to Music app instead of getting data on iOS

I have made a script to get AlbumArt form the iTunes API, and this is working great on every device, except for iOS Safari.
When the device connects to the (example) URL https://itunes.apple.com/search?term=Taylor+Swift&media=music&entity=song&attribute=artistTerm&limit=100&callback=jQuery360009460325774006106_1648473977767&_=1648473977777

The request will be automatically converted by Apple to musics//, in other words it’s trying to open the app instead of getting the data.

Is there a way to prevent this by adding a parameter on the URL or add something on javascript code?