Filters are used to refine your search results when working with the player object. This page provides the complete list of supported player filters.
API v2 now availableVisit the API v2 documentation or follow the migration guide to upgrade.
| Fields | Description |
|---|---|
is_active | Limit the result set to players that are not deleted. |
limit | Limits the number of results per page. Max: 100 |
search | Limit the result set to this full text search. |
page | The page number to load. Allows to navigate from one page to the other when the results are on several pages. Max: 10 if limit=100Depends if has_more at the top of the page is true or false |
is_active
is_activeLimit the result set to players that are not deleted.
| Type | Sample value |
|---|---|
| flag | [xk2k3, x26m1j4, xkeg4] |
limit
limitLimits the number of results per page.
Max: 100
| Type | Sample value |
|---|---|
| number | 50 |
page
pageThe page number to load. Allows to navigate from one page to the other when the results are on several pages.
Max: 10 if limit=100
Depends if has_more at the top of the page is true or false
| Type | Sample value |
|---|---|
| number | 1 |
search
searchLimit the result set to this full text search.
| Type | Sample value |
|---|---|
| string | myplayer |
