Project Zomboid
API pentru 哈基服2.0[测试服 中等难度]
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11191678json
{
"response": {
"steam_id": "90285625576960014",
"domain": null,
"id": 11191678,
"ip": "114.66.43.13",
"port": 21032,
"query": 21032,
"color": 0,
"city": "Beijing",
"description": "这个服吸取了上一次开服 的经验有了更好的体验 q群1079522615",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1778512980,
"score": 0,
"last_online": 1778521220,
"icon": null,
"name": "哈基服2.0[测试服 中等难度]",
"connect": "114.66.43.13:21032",
"request": "114.66.43.13:21032",
"map": "Atlanta;Atlanta Expert Spawn Po",
"gamemode": "Project Zomboid",
"version": "42.18",
"numplayers": 2,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1772699187,
"last_update": 1778521220,
"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": 92,
"language": "zh",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11191678");
$data = json_decode($json, true);
var_dump($data);