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

377
Views
Why am I not getting anything when fetching from the Steam Wishlist API?

I'm making a website that's hosted on GitHub pages that uses the Steam Wishlist API to get a Steam users wishlist from this address:

https://store.steampowered.com/wishlist/id/{user}/wishlistdata/?p=0

Using the code below to fetch the data:

fetch(url, {mode:'no-cors'})
    .then(response => JSON.stringify(response))
    .then(data => console.log(data))
    .catch(error => console.log(error));    

However, the return from this code (the JSON.stringify() is there for testing) is just: {}

I've done a fetch on this URL before in python, having done a proof of concept of what I'm trying to do, so I know it's not the address. Any help would be greatly 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!