-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathendpoint_test.http
35 lines (29 loc) · 1.06 KB
/
endpoint_test.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Get online players and some information about them
//@no-log
//GET http://playteawbeta.apexmc.co:1850/api/online_players
GET http://192.168.0.157:1850/api/online_players
###
// Towny information
//@no-log
//GET http://playteawbeta.apexmc.co:1850/api/towny
GET http://192.168.0.157:1850/api/towny
###
// Full player statistics (player must be online)
//@no-log
//GET http://playteawbeta.apexmc.co:1850/api/full_player_stats/1b410ff4-8ca2-4be1-8a97-b9b3bc9e8907
GET http://192.168.0.157:1850/api/full_player_stats/75418e9c-34ef-4926-af64-96d98d10954c
###
// Server info
//@no-log
//GET http://playteawbeta.apexmc.co:1850/api/server_info
GET http://192.168.0.157:1850/api/server_info
###
// Chat history with time option
//@no-log
//GET http://playteawbeta.apexmc.co:1850/api/chat_history?time=1700000000
GET http://192.168.0.157:1850/api/chat_history?time=1700000000
###
// Offline player stats (only returns stats under the general category)
//@no-log
//GET http://192.168.0.157:1850/api/offline_player_stats/75418e9c-34ef-4926-af64-96d98d10954c
// Disabled due to timeout bug