API: Auto Complete
Overview
If you want to implement the always popular "auto-complete" for search terms on your website, this is the API for you! We use this same auto-complete functionality on Zappos.com itself.
Screenshot

Usage
/AutoComplete?term=<TERM>
e.g. /AutoComplete?term=nike
{
"statusCode":"200",
"results": [ "nike" , "nike 6.0" , "nike kids" , "nike shoes" ]
}
- Login to post comments
Drupal theme by Kiwi Themes.