// Get seasonal anime (trending now) fetch('https://api.jikan.moe/v4/seasons/now') .then(res => res.json()) .then(data => displaySeasonal(data.data));