The result of the call is the best suggestions matching the expression specified, ordered by their relevency to the expression. Up to four suggestions are returned.
<?xml version="1.0" encoding="utf-8" ?>
<suggestions xmlns="http://platform.fatsecret.com/api/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://platform.fatsecret.com/api/1.0/ http://platform.fatsecret.com/api/1.0/fatsecret.xsd">
<suggestion>chicken</suggestion>
<suggestion>chicken breast</suggestion>
<suggestion>chicken salad</suggestion>
<suggestion>chiken wings</suggestion>
</suggestions>
{ "suggestions": { "suggestion": [ "chicken", "chicken breast", "chicken salad", "chiken wings" ] }}