The Isle
TCT - The Chaos Theory DEATHMATCH! 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/4904398json
{
"response": {
"steam_id": null,
"domain": null,
"id": 4904398,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"42B29kySGP\",\"type\":\"paragraph\",\"data\":{\"text\":\"\\nSettle that score, learn a new dinosaur, or just run around biting the air, all on Chaos Theory's The Isle DEATHMATCH server.\\n\\n- Our admins are dedicated and care about YOUR in game experience. Please join our Discord ([discord.gg/chaos-theory](https://discord.gg/chaos-theory)) for more details, including rules, giveaways, events and we hope to see you on our server! Happy Hunting! \\n\\n\"}}]",
"game": 376210,
"owner": 111257,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1743204042,
"icon": null,
"name": "TCT - The Chaos Theory DEATHMATCH!",
"connect": null,
"request": null,
"map": "DV TestLevel",
"gamemode": "Sandbox",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1719573384,
"last_update": 1750457066,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 352,
"language": "de",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "MilkyAtlas",
"avatar": "cade6fdf-d92a-4c63-9362-0e903fdd4981.jpg",
"last_online": 1743350746
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/4904398");
$data = json_decode($json, true);
var_dump($data);