games.get

Introduction

Get and filter the games on your site.

Game images aren't returned in this API call. To find out more about game images, see GameImages.

Parameters

Name Type Description
gids string A comma-delimited list of game IDs to return
cids string A comma-delimited list of categories to return games for
query string A search term for the games
limit int The number of results to return
offset int The offset for the first result
num bool Whether or not to return the total number of games on your site or not (only use if necessary)

Using the PHP Library

<?php
$response
=$newhaze->api->games_get($gids=array(),$cids=array(),$query, $limit, $offset, $num);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help