NEED ELEMENT: in 'volume' query, add 'issue number'

Avatar image for wikid24
wikid24

11

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By wikid24

Hi,
 
To cut to the chase, I need an additional element added to the 'volume' query: "issue number". If it can be added HERE it would save us developers so much time and code to prevent us scraping individual issues to retrieve this!
 
example:
 http://api.comicvine.com/volume/11499/?api_key=*removed*

 <issues>
<issue>
<api_detail_url>http://api.comicvine.com/issue/236323/</api_detail_url>
<id>236323</id>
 <issue_number>610.00</issue_number> <--- ADD ISSUE NUMBER HERE!
<name>No Escape Conclusion</name>
</issue>
</issues>

Avatar image for andy
andy

70

Forum Posts

85

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By andy
@wikid24: issue_number has been added.