[SOLVED] Volume results start at issue 11 for Fables. What happened to 1-10?

Avatar image for lpmccracken
lpmccracken

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

http://www.comicvine.com/api/issues/?api_key=KEY&filter=volume:9723

This query is based off an example for Animal Man (3976), which has 89 results & 81 issues & fits on one page.

http://www.comicvine.com/api/issues/?api_key=KEY&filter=volume:3976

The Fables query (9723) returns 149 results for 149 issues with 100 results per page. I'll try how to learn how to get more than 100 results later, but the problem I face is that the results start at issue 11.

[Time passes.] [Trial & error.] So,

http://www.comicvine.com/api/issues/?api_key=KEY&filter=volume:9723&limit=110&sort=cover_date:asc

tells us that the limit cannot exceed 100 results. limit=90 works correctly, so that's one problem solved.

With the sort=cover_date:asc, I can retrieve a list of results that starts with issue 1 & ends on page 2 with issue 149.

The outstanding problem that started this is what is the default sort field? I'll leave that as an exercise for the reader.

Avatar image for seanbw
seanbw

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Thank you very much for this. I have been trying to develop one for Dr Strange and I am just stumped.

I will copy yours if you don't mind.