Search paged trackpacks 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 PackId
, Creator
and Managers[]
, use fields=PackId%2CCreator.UserId%2CCreator.Name%2CManagers%5B%5D
.
The complete list of available fields is stated in the example output.
https://tmuf.exchange/api/trackpacks?{params} // TMUF-X
https://tmnf.exchange/api/trackpacks?{params} // TMNF-X
https://original.tm-exchange.com/api/trackpacks?{params} // TMO-X
https://sunrise.tm-exchange.com/api/trackpacks?{params} // TMS-X
https://nations.tm-exchange.com/api/trackpacks?{params} // TMN-X
{
"More":true,
"Results":[
{
"PackId":9857154,
"PackName":"Typhoon's Obstacle Junkyard",
"Tracks":15,
"ReplayScore":16705,
"AllowsTrackSubmissions":false,
"IsLegacy":false,
"Downloads":7,
"CreatedAt":"2022-09-28T20:30:59.607",
"UpdatedAt":"2022-09-28T20:30:59.607",
"Creator":{
"UserId":8876786,
"Name":"TyphoonTM"
},
"Managers":[
{
"User":{
"UserId":8876786,
"Name":"TyphoonTM"
},
"Role":""
}
},
...
]
}