EventsInIndia.com is an event discovery site where you can find events happening in your city and other cities in India.
EventsInIndia.com is a web based application but the data is truly open and portable. Through it's API EventsInIndia.com allows other sites to leverage EventsInIndia.com data, features and functionalities.
EventsInIndia.com API is developed as XML over HTTP. All the response sent by the API will be XML all the time. Even in the error conditions the response will be in XML format.
Please set the parameter format as 'xml' so that the response could be sent as XML.
Given below is a sample request.
curl http://www.EventsInIndia.com/api/service?api_key=<API Key>&format=xml &method=events_get&event_id=11657(split into three lines for visual purpose)
Given below is what a valid response might look like.
<response status="ok"> [Data is in XML format - see individual method API document] </response>
If an error was encountered then the application will send an XML message with the error message. Given below is a sample error response.
<response status="error"> <error>The application could not authenticate the provided api_key value</error> </response>