Actually my problem was on react interface, I tried fetching from the itch IO api on a react page, and it did not work what so ever.
What i did was, I made a backend api on php laravel to fetch the data from itch io api
and then i used that laravel api in my react app