Description
Welcome to the new API!
We are really excited about this new feature, that we will be building upon for the foreseeable future
The MoodPanda API is incomplete and in Beta, and features are currently very limited but we hope that there is enough to play with.
Access to this API may be repealed at any time with no warning, but we will try to communicate fully if this is the case
Feedback should be directed to chiefpanda@moodpanda.com
API Key
Before you start, you need an API key. Apply for a Key now
Members
The API In Use
Example C# code to get data from the API
The following code gets a user's high level statistics as XML and puts into a DataSet
DataSet ds = new DataSet();
ds.ReadXml("http://moodpanda.com/api/user/Statistics/data.ashx?UserID=1&key=APIKEYHERE");