OpenSearch API

OpenSearch is a collection of simple formats for the sharing of search results. http://www.opensearch.org/

yperdiavgeia.gr supports OpenSearch API enabling anyone to perform queries via 3rd party applications.

Instructions

Send an HTTP Request to http://yperdiavgeia.gr/opensearch/ with the following parameters:

http://yperdiavgeia.gr/opensearch/(query)/page:(page)/limit:(limit)

The OpenSearch XML Description File containing all necessary information is http://yperdiavgeia.gr/opensearch_desc.xml.
Examples

Search for "ipad"
http://yperdiavgeia.gr/opensearch/ipad

Search for "library" and show first 20 results.
http://yperdiavgeia.gr/opensearch/library/page:1/limit:20