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.
@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.
Log in to comment