I'm working on a scraper tool for a project I lead. With this scraper tool there are use cases where, for example, there could be a burst of activity; i.e., the application wants to fetch some data (cover date, release date) for all issues in a series that has more than 200 issues. Is there a way to download this info (these fields for all issues in a single series) in one request?
I see that the api/4050-#### API can return some data on the issues (id, issue number, title, and site detail URL). Is there a way to tell that to include some additional fields on the issues, such as cover date or person credits?
Log in to comment