API для [PVE][CN]Project Zomboid 1993
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90292203738364945",
"domain": null,
"id": 13102852,
"ip": "203.135.101.248",
"port": 21318,
"query": 21318,
"project_id": null,
"color": 0,
"city": "Lingzhi",
"description": "歡迎來到僵尸毀滅工程 1993!",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1787912797,
"last_online": 1788707903,
"icon": null,
"name": "[PVE][CN]Project Zomboid 1993",
"connect": "203.135.101.248:21318",
"request": "203.135.101.248:21318",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.20",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1785474083,
"last_update": 1788707903,
"ban_reason": null,
"banned": false,
"hidden": 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": 533,
"language": "zh",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13102852");
$data = json_decode($json, true);
var_dump($data);