gms-api My fake Api fetch('https://my-burger-api.herokuapp.com/golfers/0') .then(response => response.json()) .then(data => console.log(data));