Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

96
Views
Steam API fetching empty response

I am using steam API for one of my projects, but the response from API is null/empty. It is working fine with Postman but in browser it is not.

API: http://api.steampowered.com/ISteamApps/GetAppList/v0001/

let apiInfo = async function() {
        fetch(`http://api.steampowered.com/ISteamApps/GetAppList/v0001/`, {
            method: 'GET',
            mode: 'no-cors'
        })
        .then(response => { console.log(response); return response.text()})
        .then((dataFromServer) => {
            console.log(dataFromServer);
        })
        .catch(error => window.alert(error));
    }

And my response looks like this:

Response {type: 'opaque', url: '', redirected: false, status: 0, ok: false, …}
body: null
bodyUsed: false
headers: Headers {}
ok: false
redirected: false
status: 0
statusText: ""
type: "opaque"
url: ""
[[Prototype]]: Response

The API fetches information about ID's associated with the games. Can anyone tell me what I am doing wrong or how can I make it work. Any help will be appreciated.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!