Search paged users using query parameters.
Note: It is necessary to provide the fields= parameter in the query string, comma-seperated and then url-encoded.
Example: to query for UserId and Name, use fields=UserId%2CName.
The complete list of available fields is stated in the example output.
https://tm.mania.exchange/api/users?{params} // TM2.MX
https://trackmania.exchange/api/users?{params} // TMX
https://sm.mania.exchange/api/users?{params} // SMX
{
"More":true,
"Results":[
{
"Name":"Ozon",
"UserId":1814,
"RegisteredAt":"2020-07-01T20:11:39.17",
"CustomTitle": "Full-Stack",
"IsSupporter": false,
"IsModerator": true,
"Bio":"Welcome to my profile page!",
"ModBio": "Lead Developer of ManiaExchange",
"MapCount":13,
"MappackCount":1,
"ThreadCount":87,
"PostCount":123,
"AwardsReceivedCount":0,
"AwardsGivenCount":15,
"CommentsReceivedCount":0,
"CommentsGivenCount":6,
"VideosCreatedCount":1,
"VideosPostedCount":9,
"FavoritesReceivedCount":1,
"ReplayCount":15
},
...
]
}