<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Only getting 100 results from Rapid API request?]]></title><description><![CDATA[<p dir="auto">I am trying to get a list of all titles available on Netflix Australia.</p>
<p dir="auto">I have used this: <code>aaapi.cgi?q=&amp;cl=23&amp;p=1&amp;t=ns&amp;st=adv</code>, but this only returned me the first 100 results.</p>
<p dir="auto">Am I correct in thinking that the <code>p=1</code> is only accessing the first 'page' of results (first 100)??</p>
<p dir="auto">Is there any way to access the full list?</p>
<p dir="auto">Note: I am accessing the API via Python and the <code>requests</code> module.</p>
]]></description><link>https://forum.uno.gs/topic/165/only-getting-100-results-from-rapid-api-request</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 14:52:29 GMT</lastBuildDate><atom:link href="https://forum.uno.gs/topic/165.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Feb 2020 08:44:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Only getting 100 results from Rapid API request? on Tue, 31 Mar 2020 09:56:32 GMT]]></title><description><![CDATA[<p dir="auto">That is correct to save the database we limit the number of responses per request</p>
]]></description><link>https://forum.uno.gs/post/612</link><guid isPermaLink="true">https://forum.uno.gs/post/612</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Tue, 31 Mar 2020 09:56:32 GMT</pubDate></item><item><title><![CDATA[Reply to Only getting 100 results from Rapid API request? on Tue, 31 Mar 2020 09:05:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.uno.gs/uid/26360">@johnnybarrels</a> Does it work like that for you  ?</p>
]]></description><link>https://forum.uno.gs/post/611</link><guid isPermaLink="true">https://forum.uno.gs/post/611</guid><dc:creator><![CDATA[Darkiche]]></dc:creator><pubDate>Tue, 31 Mar 2020 09:05:28 GMT</pubDate></item><item><title><![CDATA[Reply to Only getting 100 results from Rapid API request? on Mon, 02 Mar 2020 11:16:50 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://forum.uno.gs/post/516</link><guid isPermaLink="true">https://forum.uno.gs/post/516</guid><dc:creator><![CDATA[johnnybarrels]]></dc:creator><pubDate>Mon, 02 Mar 2020 11:16:50 GMT</pubDate></item><item><title><![CDATA[Reply to Only getting 100 results from Rapid API request? on Tue, 04 Feb 2020 18:25:35 GMT]]></title><description><![CDATA[<p dir="auto">no... you are limited to 100 results per request</p>
]]></description><link>https://forum.uno.gs/post/514</link><guid isPermaLink="true">https://forum.uno.gs/post/514</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Tue, 04 Feb 2020 18:25:35 GMT</pubDate></item></channel></rss>