uNoGS Forum
    • Categories
    • Search
    • unogs
    • Register
    • Login
    1. Home
    2. johnnybarrels
    ad
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    johnnybarrels

    @johnnybarrels

    0
    Reputation
    462
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    johnnybarrels Unfollow Follow

    Latest posts made by johnnybarrels

    • RE: Only getting 100 results from Rapid API request?

      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.

      posted in Netflix API Details
      J
      johnnybarrels
    • Only getting 100 results from Rapid API request?

      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.

      posted in Netflix API Details
      J
      johnnybarrels