Future<String> get() async { return new RequestBuilder(HypixelAPI.BASE + 'watchdogstats?key=${HypixelAPI.API_KEY}').get(); }