{{indexmenu_n>50}} ====== 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: [[en:authors_main:admin_api:admin_json_export|Exporting level / game / bonuses / lines to JSON]] ==== Import from JSON ==== Importing a game or its levels from a JSON file is described here: [[en:authors_main:admin_api:admin_api_import_game|Importing from JSON]] ==== Game JSON ==== The structure of the game JSON is described here: [[en:authors_main:admin_api:admin_api_json|Game JSON structure]] ==== Generating JSON via Google Doc ==== Instructions are described here: [[en:authors_main:admin_api:game_json_google_doc|Generating JSON via Google Doc]] ==== Python Library ==== For interacting with the API via Python, there is a library that can be found [[https://github.com/Phaust94/qeng_admin_api|here]] ===== Embedding into Other Services ===== [[en:authors_main:admin_api:api_embed_engine|Engine API - for embedding the engine into other services]]