Get the search.

17May2010

Get the most used search.

Request URL

/statistics/searchrequest [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
month (INT)The month of the query.Required-
year (INT)The year of the query.Required-
limit (INT)Limit of the items of the result set.Optional150-
offset (UINT)The starting items position in the result set.Optional0-

Example Request

statistics/searchrequest?month=1&year=2010&limit=150

Example Response

<items>
  <item id="1">
    <word>best</word>
    <count>878</count>
  </item>
</items>