Simple Tiny Search API

I just now added a quick and mellow search API for Tiny. The url looks like this:

http://tiny.media.mit.edu/search/<term>.<format>

Formats can include html, xml, or js, with html as the default. Try out some samples:

sign (xml) (json)
sign

coffee (xml) (json)
coffee

face (xml) (json)
face

world (xml) (json)
world

Update: Check out the Tiny Search API documentation. I also added support for an optional callback parameter for the json format. Explanation and examples are on the search page. Should be ripe for mashups now.

Leave a Reply