Reputation: 157
I am writing a query to retrieve the author name of the articles? what shall I write in the api link to get it. I used the one that send by email, but it does not show the author name https://content.guardianapis.com/search?api-key=****
Upvotes: 1
Views: 3497
Reputation: 157
I read the documentation again, and I found that I have to use the show-tags=contributor to get the authors so the url link will be
https://content.guardianapis.com/search?&show-tags=contributor&api-key=test
Upvotes: 5