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