Get the search.

17May2010

Get the most popular words.

Request URL

/statistics/mostsearchedwords [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
begindate (DATETIME)Begin date of the period.Required-
app_id[] (APP_ID)The application ID.Optional0-
enddate (DATETIME)End date of the period.Optional-
limit (INT)Limit of the items of the result set.Optional150-
offset (UINT)The starting items position in the result set.Optional0-
order_by (ALPHA_NUM_UNDERSCORE)On what column the result set should be ordered.Optional-
order_direction (ALPHA)The direction of the result set.Optionaldesc-

Example Request

statistics/mostsearchedwords?begindate=2009&limit=150&order_direction=desc

Example Response

<items>
  <item id="1">
    <word>Best</word>
    <count>863</count>
  </item>
</items>