TRYNT URI Tagging ID Web Service
The TRYNT Tag Web Service lets you maintain tagging data for any URI based resource. You can optionally limit the scope of your tagging using Group or User IDs. If you create tags that are relative to a Group or User ID you must use the same Group or User ID constraints to delete those tags at a later date.
The TRYNT Tag Web Service supports a number of actions all relating to the process of tagging.
If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.
Request URL
http://www.trynt.com/uri-tag-api/v1/
Request parameters
| Parameter | Value | Description |
|---|---|---|
| action | string (required) | "add" "delete" "latest" or "popular" |
| uri | string (required) | URI of the resource in question |
| tag | string (optional) | A single or comma seperated list of tags that relate to the current action. |
| group | integer (optional) | A valid TRYNT Group ID |
| user | integer (optional) | A valid TRYNT User ID |
| remote_ip | string (required) | The remote ip address of the person doing the action. Generally getenv("REMOTE_ADDR"). Voting is limited to once per day per IP address. |
Sample Request (URL: http://www.trynt.com/uri-tag-api/v1/):