Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{indexmenu_n>1}} ===== Exporting Level / Game / Bonuses / Lines to JSON ===== You can export your own authored games or games on your domain (domain administrators only). It is useful for making backups of games at various stages of creation, so that you do not regret a accidentally deleted level with beautifully designed layout. In the event of unfortunate incidents, you can [[en:authors_main:admin_api:admin_api_import_game|restore the game from JSON]]. In the examples below, replace the number 3493 with the ID of the game you need. https://qeng.org/game_export.php?gid=3493 - save JSON of everything in the game. https://qeng.org/game_export.php?gid=3493&e=tasks - save JSON of all levels in the game. https://qeng.org/game_export.php?gid=3493&e=game - save JSON of only the game description/settings tab. https://qeng.org/game_export.php?gid=3493&e=gbonuses - save JSON of the global bonuses of the game. https://qeng.org/game_export.php?gid=3493&e=lines - save JSON of the lines of the game. https://qeng.org/game_export.php?gid=3493&e=task&n=1 - save JSON of the task with number 1. You can change parameter 1 to any task number you need. en/authors_main/admin_api/admin_json_export.txt Last modified: 2026/06/11 22:34(external edit)