Как получить Devto API

const article = fetch(`https://dev.to/api/articles?username=${username}`).then((res) => res.json()); 
Jatin Sharma