Fork me on GitHub

This is the As3GameGears API version 1.0. Below you can find a list of all available methods. The term slug refers to the "non-spaced" version of a name. E.g. a category named Augmented Reality has as its slug augmented-reality. Every item, category and license on the site are indexed by their slug.

The API accepts different return types, such as JSON and XML. In order to specify a return type, use the syntax /method.RETURN_TYPE/. If no return type is specified, the default is JSON. E.g:

http://api.as3gamegears.com/1.0/items.xml
http://api.as3gamegears.com/1.0/items.xml/param
http://api.as3gamegears.com/1.0/items.json/param?foo=bar
http://api.as3gamegears.com/1.0/items (defaults to JSON)

This is the list of available methods. Click on any method to get further information such as params and return structure.

Items

Search

Extra