First off, thanks for this great resource. Rate-limiting notwithstanding, I think this is such an amazing API that you can build on top of.
I had some questions around how to structure my query so that:
1. I have the name of an issue, and it could be part of a series, what fields should I include in the response to get this information?
Currently, my query is structured this way:
http://localhost:6050/api/comicbookinfo/search?format=json&query=Superman%20-%20Kal%20%281995%29.cbr&limit=10&offset=5&sort=name%3Aasc&resources=issue
My query params are:
format: json
query: Superman%20-%20Kal%20%281995%29.cbr
limit: 10
offset: 5
sort: name%3Aasc
resources: issue
My intention is to find out the series or a list of series that this issue is a part of.
Can anyone point me in the right direction?
Log in to comment