API для [ESP] Zombieland 123
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 90286806666578960,
"domain": null,
"id": 11760594,
"ip": "170.23.128.177",
"port": 16397,
"query": 16397,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": "Servidor dedicado",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780999424,
"last_online": 1781059833,
"icon": null,
"name": "[ESP] Zombieland 123",
"connect": "170.23.128.177:16397",
"request": "170.23.128.177:16397",
"map": "map_distanciado;Crossroads-Chec",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931835,
"last_update": 1781059833,
"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": 3281,
"language": "nl",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11760594");
$data = json_decode($json, true);
var_dump($data);