How to use steamspy api?

api: provided by steamspy http://www.steamspy.com/api.php

$.ajax({
    url:"http://www.steamspy.com/api.php?request=appdetails&appid=730",
    type:"GET",
    success(res){
        console.warn(JSON.parse(res))
    }
})

Access to XMLHttpRequest at" http://www.steamspy.com/api.p." from origin "null" has been blocked by CORS policy: No" Access-Control-Allow-Origin" header is present on the requested resource.
the front end could not make a direct request, so I used php to request it. As a result, I reported a 503

.
Feb.18,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c299c-28fe4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c299c-28fe4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?