Made by trnsfr

Tweetshrink API

If you would like to use Tweetshrink in your application, the API is very simple.

http://tweetshrink.com/shrink

Parameters

It takes the following parameters

textThe text which you would like "shrinked"
formatDefined the type of output you get, options are
jsonfor JSON results (default)
xmlfor XML results
stringfor 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: