How to get the "AUTHOR" from an Article (Custom Content Type)?

This is a simple question so there must be a simple answer.

I created a type called “Article”. I can render this in my front end fine,

On the Strapi page, I can see the “Information” which includes the author name and published date.
However, I cannot find this information when querying for the data, e.g. on http://localhost:1337/articles

So my question is, how can I retrieve the person who wrote the article, so I can render the author?

3 Likes

It’s really simple article.author.name
(If I understand your question correctly)