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