Hi,

I am trying to get some geo-located data on events within a given radius. My problem is that when I retrieve the events there are several pages, but when I add the page_number=2 variable to my url the number of items go down very weird... these are the the urls:

http://api.evdb.com/rest/events/search?app_key=jkKd8LJQ9gkPTwSq&location=55.68,12.57&within=1&category=music&sort_order=Date

146 items

and with page number:

http://api.evdb.com/rest/events/search?app_key=jkKd8LJQ9gkPTwSq&location=55.68,12.57&within=1&category=music&sort_order=Date&page_number=2

75 items

This location is the location of Copenhagen,Denmark. So if I go to Copenhagen and search events on the website specific to Copenhagen,
I get the concert of Lykke Li, Vega on the 10th of December,

this is the search URL

http://eventful.com/copenhagen/events?t=Future&sort_order=Date&page_number=4

This is the Event url

http://eventful.com/copenhagen/events/lykke-li-/E0-001-016130136-8

Strangely this concert is nowhere to be found in the api-calls I have made above, I have searched through all pages. Am I using the wrong methods?

If you need me to elaborate more on my question please tell me.

Best Regards,

Jens


Reply via email to