hackgvl / OpenData

Open data projects, including real-time and reusable data for local tech meetups, events, and map layers.
16 stars 3 forks source link

Nvite API #32

Closed allella closed 6 years ago

allella commented 7 years ago

@nullvariable Do they have an API?

nullvariable commented 7 years ago

nvite doesn't have a documented api at present.

However, they do use a JSON api to build much of their page content and it does look like you could leverage that externally.

You can get the most recent event by doing a HEAD request and parsing out the last segment of the redirect url in the header. Like: https://nvite/<organizer name> (currently always redirects to the most recent event)

You can then pull data about that event by hitting these JSON endpoints:

agautsc commented 7 years ago

They also got bought by Eventbrite. Might want to check EB APIs and see if they have some info there.

On May 13, 2017 11:53 AM, "Jim Ciallella" notifications@github.com wrote:

@nullvariable https://github.com/nullvariable Do they have an API?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/codeforgreenville/OpenData/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrgNeqgjz_Ljm3OepAWJTLiRQlMLRd_ks5r5dHvgaJpZM4NaHBq .

allella commented 6 years ago

Closing this issue.

For history, see above. For future conversation see the Nvite.com API bot and Ed's new upstate_tech_cal_service repo.