Public Enthusiasts
List public enthusiasts (anonymous)
get/v1/enthusiasts
Query parameters
pagenumber
Page number (1-based)
pageSizenumber
Items per page
qstring
Free-text search
Response
Example response
{
"items": [
{
"personalVxp": 120
}
],
"total": 42,
"page": 1,
"pageSize": 20
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
added the required property
items/items/avatarUrlto the response with the200statusresponse-required-property-added
- ○