Are you able to use the name variable in volume under /issues instead of an ID?

Avatar image for fallingwax
FallingWax

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By FallingWax

I have been able to successfully pull the same issue with the two below calls.

https://comicvine.gamespot.com/api/issues/?api_key=1665a21be9521d41e0bec3a195774ef0fc2a4ad2&filter=id:259122

https://comicvine.gamespot.com/api/issues/?api_key=1665a21be9521d41e0bec3a195774ef0fc2a4ad2&filter=volume:3092,issue_number:532

What I would like to be able to do is use the name attribute of volume within issues instead of the ID, but this does not seem to work. Something like this...

https://comicvine.gamespot.com/api/issues/?api_key=1665a21be9521d41e0bec3a195774ef0fc2a4ad2&filter=volume:The%20Uncanny%20X-Men,issue_number:532

This returns nothing so I am not sure if I am not formatting the string right to search or if its just not possible. If anyone has an insight on that it would be very useful. I am trying to find a less restrictive method for finding an individual issue without having to know an exact ID.

Thanks,