

The browser may work for simple GET requests but you are limited in what you can do with it. Note that for testing APIs you should consider using either curl (command line) or Postman (UI). Once that works then try the full set again. I would recommend that you try filtering down even further first just to get valid data back. However there docs don't seem to indicate how they do paging, if they support it at all.


The issue appears to be that there is too much data for it to return to you. They even have an example query: įor the error you're getting back though that is different and can happen on any call. That would, in theory, return back all the cards in that set which is what I understand you're trying to do. I have no knowledge of this API but reading the docs it says to use the endpoint ttps://db./api/v7/cardinfo.php and pass the query string with the parameter cardset set to the "set" you want.
