Project Zomboid
API для [ES] El Santuario PZ Bienvenid@ a tu muerte!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9690090json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9690090,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "Servidor PVP",
"game": 108600,
"owner": 95426,
"boosts": 1,
"last_offline": 1763185861,
"score": 0,
"last_online": 1762238411,
"icon": null,
"name": "[ES] El Santuario PZ Bienvenid@ a tu muerte!",
"connect": null,
"request": null,
"map": "Biker Start Scenario;Monkeys St",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1751738603,
"last_update": 1763185861,
"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": 6271,
"language": "de",
"parked": true,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "j053stb",
"avatar": "fc0c9650-11cf-44d7-a85a-107b34f5e175.jpg",
"last_online": 1771185330
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9690090");
$data = json_decode($json, true);
var_dump($data);