List articles
Every article QuQi has written for the website, newest first, a page at a time.
3 min de lecture
All plans
GET
/api/v1/platform/articles
The list endpoint returns your articles newest first, wrapped in a paginated envelope. Each row is a summary — enough to build an index page or decide what to pull down in full. For the body of an article, follow up with one article.
BON À SAVOIR
Walk the pages with
current_page and last_page rather than guessing from total. An article written while you are paging changes the ordering underneath you, because the list is newest first.