Participating cities
Once we confirm the city’s location parameters with you, we will feed the scores directly to the event organiser’s reporting system. We can also set up a special website for your city (optional).
Event organisers
If you’re an event organiser, we either generate a webpage for you or we give you a simple API string for your website that provides a score for a given time and place. A random example (Toowoomba city) looks like this.
https://api.questagame.com/portal/council_infos?council_ids=7&contest_id=5
var deferredObjs = [];
$.ajax({
url: "https://api.questagame.com/portal/council_infos?council_ids=7&contest_id=5",
dataType: "json",
success:function(data){
deferredObjs = data;
} });