Heyzap API is now live!

Last week we announced some major new enhancements. One of the most excitement features now live is our API. You can find API docs at heyzap.com/publishers/api.

The API allows you to access:

  • All 6000+ of our games
  • Use your own styling/ interface
  • Pick any game individually or game genres
  • Access to our hi-res game thumbnails
  • Access to ratings and description.

With the API you can put Heyzap games wherever and however you like. Cooliris.com is already using our API to include games in their 3D browser plugin. If you would like us to include anything else in the API or would like help with anything feel free to email us at support (AT) heyzap.com.

  • LL


    I tried to use XML based API with PHP magpie RSS parser, but encountered some problems.

    Look at this:--

    include ('rss_fetch.inc');

    define('MAGPIE_CACHE_ON', 0);

    $rss_urls = array('http://www.heyzap.com/heyzap/s...

    foreach ($rss_urls as $rss_url) {
    $rss = fetch_rss($rss_url);
    foreach ($rss->items as $item) {
    echo "{$item['title']}";
    echo "<img src="{$item['image']}">
    ";
    echo "{$item['description']}
    ";
    echo "{$item['embedCode']}";
    }
    }
    ?>

    But alassss!! Only the tiltle and description shown, the image and 'embedCode' are null.

    What happen??
  • Hi Li,

    I replied to your comment in the Heyzap Forum: http://forums.heyzap.com/topic...

    Cheers
blog comments powered by Disqus