Page 1 of 1

API Key Request

Posted: Mon Jun 14, 2021 2:47 pm
by efen.fauzi@gmail.com
First I'd like to say thank you to admin.
I'm a freelance python developer, i need to collect data, just like scrape/grab detail of my retro game collection (emulationstation frontend).
Using some opensource scrapper from github or some resource from swagger on https://api.thegamesdb.net/.

Of course not for sale, just for my hobbies only. Very much thanksfull and glad if api key request approved.

Re: API Key Request

Posted: Thu Jun 17, 2021 2:25 am
by edirol
Hello.

Are you making your own scraper or using existing one?

Re: API Key Request

Posted: Fri Jun 18, 2021 7:40 am
by efen.fauzi@gmail.com
using existing... some kinda library are opensource.

Re: API Key Request

Posted: Fri Jun 18, 2021 4:38 pm
by edirol
We provide API access to devs only. The app dev should implement the key, not users.

Re: API Key Request

Posted: Sat Jun 19, 2021 1:01 pm
by efen.fauzi@gmail.com
sorry... i still dont get it.

sample from request :

Code: Select all

curl -X GET "https://api.thegamesdb.net/v1/Games/ByGameName?apikey=SOME_API_KEY&name=tekken3" -H  "accept: application/json"
the result is :

Code: Select all

{
  "code": 401,
  "status": "This route requires and API key and no API key was provided.",
  "remaining_monthly_allowance": 0,
  "allowance_refresh_timer": 0
}
How can I define `SOME_API_KEY`, its required by endpoint, can you describe where this API key can be provided ?
Dude.. i ready tell you that im a programmer, need some APi Key to test or maybe develop for future some service that required endpoint from this uri : https://api.thegamesdb.net

Re: API Key Request

Posted: Sun Jun 20, 2021 12:01 am
by efen.fauzi@gmail.com
may you dont catch out i mean, i give you sample like these opensource project:
- https://github.com/picandocodigo/gamesdb
- https://pypi.org/project/gamesdb/(deprecated newer version need API key)
- https://github.com/rogerhil/thegamesdb/ ... thegamesdb (deprecated newer version need API key)

So, how can i test the project or develop by my own library if there are no API KEY provided ?

Re: API Key Request

Posted: Sun Jun 20, 2021 1:39 am
by edirol
We can provide you API key if you are developing your own app/service.

Re: API Key Request

Posted: Sun Jun 20, 2021 3:15 am
by efen.fauzi@gmail.com
I think you still dont understood what i mean, afraid you know nothing about developing service by using api.
Lack knowledge here.... farewell it doesnt matter... I jump to another resource APi service.

Re: API Key Request

Posted: Mon Jun 21, 2021 2:47 pm
by edirol
how can i ... develop by my own library if there are no API KEY provided?
We can provide you API key if you are developing your own ...
Good luck anyway.