The OnlyWire API allows you to submit a bookmark to all of the social bookmarking sites available below automatically. OnlyWire also allows you to add other bookmarking sites you are already using which are not listed below. If you are a programmer or if you have a content management system already in place, you can simply transmit a formatted HTTP query to the OnlyWire server and we'll submit your bookmarks to the target sites specified in the query. HTTP authentication with your username/password is required when submitting requests.
Publishers: Incorporate the power of the button into your system. Allow your team to focus on contribution, content and
automattically spread the word every time you publish.
API limits: 5 submissions per day. Increased API access for enterprises and large networks available. Inquire here.
Submit a URL to OnlyWire
Address: http://onlywire.com/api/add? (requires HTTP Authentication)
Arguments:
&url - (required) the URL of the item.
&title - (required) the title of the item.
&category - (optional) numeric code** representing the category of the item, used by some services.
&comments - (optional) notes/comments for the item.
&tags - (optional) tags for the item (space delimited).
&private - (optional) true or false (false is the default).
&services - (optional) by default submits to all services user is registered for.
To specify one or more services comma delimit the services.
** Category Codes:
0 - Business
1 - Entertainment
2 - Lifestyle
3 - Offbeat/Fun
4 - Science
5 - Sports
6 - Technology

































Submit to all your services:
Submit to certain specific services with private settings (if available):
Example Response
If the post was successful:
If the post failed:
Sample Code (PHP): The below sample code shows you how to authenticate and post to the OnlyWire API:
NOTE: Do Not use OnlyWire to spam. Spamming is both Monitored and Policed and will result in the deactivation of your account. OnlyWire utilizes daily API limits and Throttling to deter spammers.