Administrative API
Game Import and Export
Export to JSON
The entire game or parts of it can be exported to JSON. This process is described in detail here: Exporting level / game / bonuses / lines to JSON
Import from JSON
Importing a game or its levels from a JSON file is described here: Importing from JSON
Game JSON
The structure of the game JSON is described here: Game JSON structure
Generating JSON via Google Doc
Instructions are described here: Generating JSON via Google Doc
Python Library
For interacting with the API via Python, there is a library that can be found here