I'm using the marvel api the get all of the events they have. I need to get all of the characters of all the events, but I only receive 20. its says "available: 75" "returned: 20"
Can anyone help me with that?
I'm using the marvel api the get all of the events they have. I need to get all of the characters of all the events, but I only receive 20. its says "available: 75" "returned: 20"
Can anyone help me with that?
Take a look at:
Source: https://developer.marvel.com/docs#!/public/getEventsCollection_get_18
You can either raise the limit of the events returned or execute multiple requests to get all the data. I advice you to do multiple requests as this is more future proof (when e.g. the amount of events is higher some other time).