Get the most used search.
/statistics/searchrequest [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. 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. | Optional | 150 | - |
| offset (UINT) | The starting items position in the result set. | Optional | 0 | - |
statistics/searchrequest?month=1&year=2010&limit=150
<items>
<item id="1">
<word>best</word>
<count>878</count>
</item>
</items>