Get the most popular words.
/statistics/mostsearchedwords [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| begindate (DATETIME) | Begin date of the period. | Required | - | |
| app_id[] (APP_ID) | The application ID. | Optional | 0 | - |
| enddate (DATETIME) | End date of the period. | Optional | - | |
| limit (INT) | Limit of the items of the result set. | Optional | 150 | - |
| offset (UINT) | The starting items position in the result set. | Optional | 0 | - |
| order_by (ALPHA_NUM_UNDERSCORE) | On what column the result set should be ordered. | Optional | - | |
| order_direction (ALPHA) | The direction of the result set. | Optional | desc | - |
statistics/mostsearchedwords?begindate=2009&limit=150&order_direction=desc
<items>
<item id="1">
<word>Best</word>
<count>863</count>
</item>
</items>