Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domainersuitedev/delicious-api
Delicious API Documentation
https://github.com/domainersuitedev/delicious-api
Last synced: 5 days ago
JSON representation
Delicious API Documentation
- Host: GitHub
- URL: https://github.com/domainersuitedev/delicious-api
- Owner: domainersuitedev
- Created: 2013-10-15T03:45:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-24T00:15:40.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T12:42:46.352Z (3 months ago)
- Size: 385 KB
- Stars: 278
- Watchers: 47
- Forks: 61
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - domainersuitedev/delicious-api - Delicious API Documentation (others)
README
# [](https://delicious.com/) Delicious API Documentation
This document and the APIs herein are subject to change at any time. We will version the API, but may deprecate early versions aggressively.
## RSS and JSON feeds
Documentation for feeds of public or private bookmarks can be found here: https://delicious.com/rss
## Keep in Mind
- Please wait **at least one second** between HTTP queries, or you are likely to get automatically throttled. If you are releasing a library to access the API, you **must** do this.
- Please watch for 500 or 999 errors and back-off appropriately. It means that you have been throttled.
- Please set your User-Agent to something identifiable. The default identifiers like `Java/1.4.3` or `lwp-perl` etc tend to get banned from time to time.
- If you are releasing software or a service for other people to use, your software or service **must not** add any links without a user’s explicit direction. Likewise, you **must not** modify any urls except under the user’s explicit direction.
- API calls of Objects returns as an Xml object.## Authentication
All `/v1` APIs now use [OAuth 2.0](https://github.com/avos/delicious-api/blob/master/api/oauth.md) for authentication.
## Objects
* [Posts](https://github.com/avos/delicious-api/blob/master/api/posts.md)
* [Tags](https://github.com/avos/delicious-api/blob/master/api/tags.md)
* [Tag Bundles](https://github.com/avos/delicious-api/blob/master/api/tagbundles.md)## Feedback
Contact [[email protected]](mailto:[email protected]) if you have any question with using our APIs.