API

[PACKAGE] = firefox, gajim, mc ...
[CATEGORY] = net-im, games-rpg ...
[SEARCH] = aur, fire, ftp ...

List of all packages

URL:
http://pacnet.karbownicki.com/api/packages/
Response:
[
	{"category__name": "x11-misc", "version": "0.2.9-2", "name": "3ddesktop", "description": "a 3d virtual desktop switcher (opengl/mesa)"}, 
	{"category__name": "net-misc", "version": "0.11rc2-3", "name": "6tunnel", "description": "Tunnels IPv6 connections for IPv4-only applications"},
	...
]

Info about package

URL:
http://pacnet.karbownicki.com/api/package/[PACKAGE]/
Example:
http://pacnet.karbownicki.com/api/package/firefox/
Response:
{"www": "", "name": "firefox", "category__name": "www-client", "version": "3.0.8-1", "screenshots": [
	{"mini": "http://images.google.com/images?q=tbn:7ldivybQZoLNuM:www.mozilla.com/en-US/img/press/screenshot-firefox-linux.png", "big": "http://www.mozilla.com/en-US/img/press/screenshot-firefox-linux.png"}, 
	{"mini": "http://images.google.com/images?q=tbn:ZHjJdB38vK4NXM:images.betanews.com/screenshots/1032985422-6.png", "big": "http://images.betanews.com/screenshots/1032985422-6.png"}, 
	{"mini": "http://images.google.com/images?q=tbn:soZIQndeETGdqM:brionews.com/pix/ss/test-firefox-linux.jpg", "big": "http://brionews.com/pix/ss/test-firefox-linux.jpg"}, 
	{"mini": "http://images.google.com/images?q=tbn:MlAlqTOvOV4cCM:www.servertje.nl/stuff/wmspace.png", "big": "http://www.servertje.nl/stuff/wmspace.png"}
], "description": "Standalone web browser from mozilla.org"}

List of all categories

URL:
http://pacnet.karbownicki.com/api/categories/
Response:
[
	{"name": "No"}, 
	{"name": "app-accessibility"}, 
	{"name": "app-admin"}, 
	{"name": "app-antivirus"},
	...
]

List of packages in category

URL:
http://pacnet.karbownicki.com/api/category/[CATEGORY]/
Example:
http://pacnet.karbownicki.com/api/category/net-im/
Response:
[
	{"version": "0.97.2-10", "name": "amsn", "description": "MSN client written in Tcl/Tk"}, 
	{"version": "1.2.3-1", "name": "bitlbee", "description": "An IRC to IM gateway. Supports MSN, ICQ, Jabber, Yahoo!, and"},
	...
]

Search for packages

URL:
http://pacnet.karbownicki.com/api/search/[SEARCH]/
Example:
http://pacnet.karbownicki.com/api/search/worm/
Response:
[
	{"category__name": "games-strategy", "version": "0.9.9-1", "name": "hedgewars", "description": "Free Worms-like turn based strategy game"}, 
	{"category__name": "games-strategy", "version": "0.8.3-1", "name": "wormux", "description": "Wormux is a clone of the worms game"}
]