RAWG Video Games Database

फ़्री
द्वारा RAWG | अपडेट किया गया 14일 전 | Gaming
लोकप्रियता

9.7 / 10

लेटेंसी

497ms

सेवा का स्तर

93%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

401 error even though I am using my API key

Rapid account: Anghel Lucian
Anghel-Lucian
hace 3 años

Hello!

I am trying to make a GET request to this endpoint:
https://api.rawg.io/api/games?key=api_key_here&dates=2019-09-01,2019-09-30&platforms=18,1,7”

As said in the title, I get a 401 error. I used fetch with in-browser JavaScript. Does the API not allow this kinds of requests?

Note: I took into account CORS policy when making the request, still the error is not referring to it, but to something else.

Thanks!

Rapid account: Godwinsilayo 100
godwinsilayo100 Commented hace 3 años

can’t I use python to do the same?

Rapid account: Denys Pavlenko
DenysPavlenko Commented hace 3 años

Hi there.
You can use rawg api directly.

here is an example with js fetch:

get the details of the game with id ‘3498’:

fetch(‘https://api.rawg.io/api/games/3498?key=YOUR_RAWG_API_KEY’)
.then(res=>res.json)
.then(res=>console.log(res))

You can place ?key to the end of the url

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें