Game Feed

Game Feed Documentation

 

You can fetch our games and add it to your sites catalog!

 

To view the game feed (JSON format) use this endpoint:

 

http://www.gamesenvironment.com/gamefeed

 

By default only 100 games is listed per request, you can fetch all the games by just adding start and limit parameter in the endpoint:

 

http://www.gamesenvironment.com/gamefeed/start=200&limit=40

 

The example above will skip the first 200 games and show the rest of it but limited to 40 items

 

If limit parameter is above 100 the feed will still show 100

 

It will show "error" text on failure