{ "total_entries": 35, "total_pages": 1, "page": 1, "entries" : [ { "id" : 1, "title" : "Explorer", "description" : "The Mamberz walked through the MambaNation ...", "reward_description" : [ "item_x123", "item_x234", "8 blings", "10 mamba points" ], // will change "visuel" : "http://my.domain.com/an_image.jpg", // URL to an image stored somewhere "conditions" : [ ... ], // MUST BE DEFINED "completed": "1/6", "missions" : [ { "status": "completed", "available": true, "level": 1, "description": null, "started_at": 1274782884, "vibes_reward": 10, "completed_at": 1274783247, "family": "Adventure", "name": "backpacker", "mamba_points_reward": 100, "mission_id": 1 }, { "status": "started", "available": true, "level": 1, "description": null, "started_at": 1274782884, "vibes_reward": 10, "completed_at": 0, "family": "Discovery", "name": "avatar_creation", "mamba_points_reward": 100, "mission_id": 2 }, { "status": "pending", "available": true, "level": 1, "description": null, "started_at": 0, "vibes_reward": 10, "completed_at": 0, "family": "Challenge", "name": "orateur", "mamba_points_reward": 100, "mission_id": 8 } ] } ] }