Introduction

EventsInIndia.com API exposes data in JSON format which has gained so much popularity over the last few years. Please note that the data is available only in JSON format. A lot of people requested for XML format but we do not want to support multiple formats and hence data will be available only in JSON format.

API Documentation



Get all the cities for a state
http://eventsinindia.com/states/maharashtra/cities.js


Get upcoming events for a city

(Only the first 100 events are returned)
http://eventsinindia.com/cities/mumbai/upcoming.js
(returns event ids)


Get all events for a city for a given month

http://eventsinindia.com/cities/mumbai/events/2009-05.js


Get all events posted by a user in a month

http://eventsinindia.com/users/4175/events/2009-05.js


Get past events for a city

(Only the first 100 events are returned)
http://eventsinindia.com/cities/mumbai/past.js
(returns event ids)

Event Information
http://eventsinindia.com/events/14633.js


We intend to add a lot features to this API. However the API work is mainly driven by the users. If you have a specific need for a particular feature in API then just email us at info@EventsInIndia.com and we will implement the feature you need.