Pysassin

This user has not updated recently.

5 0 0 0
Forum Posts Wiki Points Following Followers

Pysassin's forum posts

Avatar image for pysassin
Pysassin

5

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

https://comicvine.gamespot.com/forums/api-developers-2334/query-options-2226634/

Avatar image for pysassin
Pysassin

5

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Was wrong. You don't use the character API end point. Just use the publisher API endpoint and your will get a list of characters.

DC Comics is:
https://comicvine.gamespot.com/api/publisher/4010-10/?api_key={YOUR_API_KEY_HERE}&format=json

Avatar image for pysassin
Pysassin

5

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Characters endpoint has filter functionality and a Publisher data point. Would assume you can just pass the filter parameter for that field with the string you want to filter by.

Avatar image for pysassin
Pysassin

5

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hello, I am working on writing my own comic collection app and wanted to know if the preferred way of using the API is to search for the volume using the Search end point or if I can use the 400 requests to just get as many pages from the volumes end point as possible. I have caching logic so I wouldn't have to do this often, but wasn't sure if there was some sort of policy against scraping the volumes endpoint page after page in quick succession or not.