Linkalope API Documentation
Bring recently shared links from Twitter into your own website or application.
Important: All API results are cached for 10 minutes.
RSS API
Basic format:
http://linkalope.com/api/rss/?q=your-query-here
Required parameters:
q the url encoded search query
Optional parameters:
max an integer for the maximum results to include (default 10)
JSON API
Basic format:
http://linkalope.com/api/json/?q=your-query-here
Required parameters:
q the url encoded search query
Optional parameters:
max an integer for the maximum results to include (default 10)
API Usage Tips
- Use the Twitter advanced search operators to refine your search.
- Be sure to url encode your query before making the request. (PHP | Ruby | .NET)
- You can also find a link to an RSS and JSON feed on the Linkalope search results page.