I am trying to get events for a meetup. The problem is I am only getting around 200 events. So, I tried doing an offset and specifying the pagination as specified in other stackoverflow question but is not working. It is giving me the same records each time. Can anyone advise on how to get other records? Thanks so much. Below is the R code.
library(jsonlite)
data1<- data.frame(fromJSON("https://api.meetup.com/bostonphp/events?key=yourkey&status=past&page=40&offset=7", flatten = TRUE))