Comments API

We are introducing an API (Application Programming Interface) for ReleaseMix.

To access the API you will need an API Key. To get one, please send an email to releasemix [at] gmail.com
Please give us a username to show when you post comments.

The API is intended for use by people who want to post automaticaly comments on our website, without the need to load and parse html pages.
You can use this API to post alternative links or any related content.

Any abuse may impose an API ban, or further restrictions.

Search API:
Send a POST request to http://api.rlsmix.net/ with the following parameters:
uid=[your personnal uid]&key=[your personnal key]&search[keywords]

It will return you an xml file with results.

Post a comment:
Using the results from the search, you can get the ID of the post you want to post on.
To post a comment, send a POST request to http://api.rlsmix.net/ with the following parameters:
uid=[your personnal uid]&key=[your personnal key]&id=[post ID]&comment=[content of your comment]

The username shown will be the one you provided when you requested the key.
Your comment will be automaticaly allowed.

You are limited to a certain amount of search and comments, this limit is high but if you need to post more, please contact us.
You are not allowed to post the same comment twice.
Your comments have to be related to the topic of the post.

Any abuse may impose an API ban, or further restrictions.

You can find an exemple of use in PHP right there: http://pastebin.com/EsmbruUX