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
)
/items - list all items.
/items/{category-slug} - list the items of a specific category.
/item - get information about a specific item.
/search - search for items using an arbitrary text query.
/categories - list all categories.
/categories/{slug} - get information about a specific category.
/licenses - list the licenses used by all items.
/licenses/{slug} - get information about a specific license.