From the Reddit api, it says it is possible to get the json of a page. I can do this for the front page, but how do I do I get the json for the third page without visiting the second page?
Is it even possible?
I am using php.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the last item from the previous page.
Abridged/simplified C# example of getting “new items” pages (code that parses the previous page passes lastItem back to the method that gets the next page):
lastItem is item id including type ID, that looks like t3_g6a4s.
You can use other parameters for different stuff in the same way as w/standard web requests for pages.