Multiflexxx / find-a-gamer

Find a buddy to game with
MIT License
0 stars 0 forks source link

Test IGDB #15

Closed NerdyStuff closed 4 years ago

NerdyStuff commented 4 years ago

https://api.igdb.com/

NerdyStuff commented 4 years ago

https://api-docs.igdb.com/#about

Grimmig18 commented 4 years ago

Struktur einer Anfrage in Plain Text: POST /games HTTP/1.1 Host: api-v3.igdb.com user-key: <user-key> Content-Type: text/plain Content-Length: 120

fields name,popularity,version_parent; sort popularity desc; limit 100; where popularity > 1 & version_parent = null;