• Categories
  • Search
  • unogs
  • Register
  • Login
uNoGS Forum
  • Categories
  • Search
  • unogs
  • Register
  • Login
ad

Only getting 100 results from Rapid API request?

Netflix API Details
3
5
3.6k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    johnnybarrels
    last edited by 4 Feb 2020, 08:44

    I am trying to get a list of all titles available on Netflix Australia.

    I have used this: aaapi.cgi?q=&cl=23&p=1&t=ns&st=adv, but this only returned me the first 100 results.

    Am I correct in thinking that the p=1 is only accessing the first 'page' of results (first 100)??

    Is there any way to access the full list?

    Note: I am accessing the API via Python and the requests module.

    1 Reply Last reply Reply Quote 0
    • A
      admin
      last edited by 4 Feb 2020, 18:25

      no... you are limited to 100 results per request

      1 Reply Last reply Reply Quote 1
      • J
        johnnybarrels
        last edited by 2 Mar 2020, 11:16

        Thank you for your response! So am I correct in saying that the only way to get all the results for a given region is to have the requests inside a loop, iterating over every 'page' number? That's how I did it, and it worked, I'm just wondering if there is a better way.

        D 1 Reply Last reply 31 Mar 2020, 09:05 Reply Quote 0
        • D
          Darkiche @johnnybarrels
          last edited by 31 Mar 2020, 09:05

          @johnnybarrels Does it work like that for you ?

          1 Reply Last reply Reply Quote 0
          • A
            admin
            last edited by 31 Mar 2020, 09:56

            That is correct to save the database we limit the number of responses per request

            1 Reply Last reply Reply Quote 0
            • First post
              Last post