Try 30 days of free premium.

API pagination

ReactDeveloper wrote 3 years ago: 1

Maybe it is a silly question but when I used API in different sites and I want to get results for specific {keyword} i fetch like this: baseSiteURL/search/shows?q={keyword}&page={number}      // or ...?page={number} or ...?page="{number}" etc.

but on tvmaze it doesn't work with pages and without it I get only 10 results. How can I get results for specific page number or get all the results for keyword?

Example: http://api.tvmaze.com/search/shows?q=girls will give me 10 result and http://api.tvmaze.com/search/shows?q=girls&page=2 will give me the same 10 results.

ReactDeveloper wrote 3 years ago: 1

Thank you a lot for reply. I spend so much on this...

Try 30 days of free premium.