Khael123khaelp

This user has not updated recently.

3 0 0 0
Forum Posts Wiki Points Following Followers

Khael123khaelp's forum posts

Avatar image for khael123khaelp
Khael123khaelp

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hello,

I am trying to make the following query: "https://comicvine.gamespot.com/api/characters/?api_key={tu apikey}&format=json&filter=publisher.name:Marvel&limit=10"but the filter "publiser.name: Marvel" does not work. I don't want to use "https://comicvine.gamespot.com/api/publisher/4010-10/?api_key={YOUR_API_KEY_HERE}&format=json" because it brings a lot of arrays inside results.

Avatar image for khael123khaelp
Khael123khaelp

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By Khael123khaelp

did you solve it? i have exactly the same problem.

Avatar image for khael123khaelp
Khael123khaelp

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By Khael123khaelp

@pysassin: If you perform that query, inside results you get more than 19000 arrays, which makes the query very heavy. The ideal would be to make a query like this "https://comicvine.gamespot.com/api/characters/?api_key={your apikey}&format=json&filter=publisher.name:DC Comics&limit=10" with the parameter limit it could be regulated but this query does not work.