Games Distribution Platform for Unreal Engine/UDK Games.

For web developers:

I’ve made a start on the proper API. I’ve kicked it off with a couple of basic GET urls you can use to get public game data. They return JSON data.

The following URL will give you the core data of all games found. The only optional parameter at the moment is ‘category’, but this will expand
http://buy-ue4-games.com/api/search.php

The following URL, will return data for the given game referenced by the ‘iGameID’ parameter. You can add the parameters ‘images’ or ‘tags’ (no value needed) to get related info about those.
http://buy-ue4-games.com/api/game.php?iGameID=8&images&tags

Once I’ve set up security essentials, I will start adding POST/DELETE capabilities.