API
From GatchaWiki
Contents |
What's New
Keep an eye on our news page to stay informed about updates and changes to our API.
Creating an account for the Gatcha API
To be able to access the Gatcha API you need both an Application ID and an Application Secret. You can request both via our application form.
Client Libraries
You can access the Gatcha! API as you would access any other standard RESTful API from your favorite technology, or use one of the client libraries in the technologies we support.
Gatcha Api Client Library for PHP
This bundle of php5 scripts makes every Gatcha! API method available as easy to access php methods. Download and play with the php library.
Gatcha AS3 Library
If you are developing an ActionScript 3 game, we have a library available that includes the features our REST API offers.
Documentation
Method Documentation
A full overview of available methods and full documentation of each (including description, parameter overview, expected response) can be on the main Gatcha! site:
Signatures
Several of the REST API methods require a signature parameter, that authenticates your call. More about how a signature is made up can be found here: Api Signatures.
