I’d like to grab all posts from a specific author via API.
Is there a better way rather than grabbing all posts with include=authors
and filtering results?
You should be able to use filter=author:<slug>
2 Likes