i have been stuck on this issue for days now. i have this json file under 'https://prices.csgotrader.app/latest/prices_v6.json' but when you open the link in the browser, it is prompted to download and not to inspect. So in PHP its unable to inspect the details. I had found a way around this to upload the file on my CPanel and this then allowed me to inspect teh details using the url 'ryzen.me/prices.json'. One problem with this is that the original json is updated on a daily basis and it would not be a viable option for me to download it and upload it manually daily.
How do i turn this url readable for my php to be able to inspect and use the information?