Hi Jens,

My answers are inline below:

On Nov 27, 2008, at 12:00 AM, Jens Fursund wrote:

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...

That can happen with small result sets that have lots of recurring events. The initial count is an estimate provided by our indexing system, but going to subsequent pages forces it to revise that count downward as it removes events that you've already seen.

In practice, this means you'll want to keep track of the total_items or page_count number on each page, since it may change.

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,

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

Eventful gets some events from partners that don't allow us to share them via the API. Currently, the largest source of those events is CelebrityAccess, so you can check if an event description includes "provided by CelebrityAccess" on Eventful.com.

Let me know if you have any questions.

Cheers,
Chris Radcliff
Eventful Services and API
[EMAIL PROTECTED]

Reply via email to