Tweetshrink API
If you would like to use Tweetshrink in your application, the API is very simple.
Parameters
It takes the following parameters
| text | The text which you would like "shrinked" | |
|---|---|---|
| format | Defined the type of output you get, options are | |
| json | for JSON results (default) | |
| xml | for XML results | |
| string | for result as a string | |
Examples
This call:
http://tweetshrink.com/shrink?text=one wonders why
gives the following result
{
"difference":4,
"text":"1 wonders y",
"original_text":"one wonders why"
}
Here are some handy-dandy links:
- Try: Tweetshrink
- Use: TweetDeck
- Follow: Tweetshrink on Twitter
- Suggest: Tweetshrink on Get Satisfaction
- Geeks: Tweetshrink API
- Who Made It: TRNSFR