Simple example(s) for using the APIs...

Avatar image for mcpierce
mcpierce

12

Forum Posts

54

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm new to working with the ComicVine APIs. Can someone please point to a simple example for what a query should look like to:

  • find a list of volumes based on some text criteria,
  • find a set of issues based on some text criteria, and
  • find a single issue based on an ID?

Any help is greatly appreciated.

Avatar image for herrdoktorbd
herrdoktorbd

59

Forum Posts

146938

Wiki Points

0

Followers

Reviews: 0

User Lists: 10

To find a list of volumes based on some text criteria:

https://comicvine.gamespot.com/api/volumes/?api_key=YOUR-KEY&format=json&sort=name:asc&filter=name:Walking%20Dead

To find a set of issues based on some text criteria:

https://comicvine.gamespot.com/api/search/?api_key=YOUR-KEY&format=json&sort=name:asc&resources=issue&query=%22Master%20of%20kung%20fu%22

To find a single issue based on an ID:

https://comicvine.gamespot.com/api/issue/4000-14582/?api_key=YOUR-KEY&format=json

Regards.