Wohooo! Today we are releasing an early beta of the AlternativeTo API. It is in its early stages but we want to get it out to you guys so that we can get your opinions which will help us develop it the way you want it. The API lets you get basic information about applications and users on AlternativeTo.
The API returns data formatted in JavaScript Object Notation (JSON). The plan is tosupport more data formats in the future. You can read more about how to use jQuery to request and consume JSON data on this website:
http://docs.jquery.com/Ajax/jQuery.getJSON
We really want your feedback on the API so if you have requests for more methods, what kind of data you want to get or any other questions or suggestions then please feel free to comment or send us an e-mail at hello@alternativeto.net
Get an application and it’s alternatives
Returns information about the specified application and the specified number of alternatives. You can also filter the list by platform and license.
**Get recently added applications
**
Returns recently added applications.
**Search applications
**
Returns a freetext search of “antivirus”. Can be filtered by platform.
**Get a list of applications a user recently liked
**
This method returns a specified number of applications that the user likes.
Get a list of application a user has added
Returns the applications that the specified user has added to AlternativeTo.
More info about the paramaters
You can filter all the list by platform and license.
See some examples above.