API для Tainted/Survivors PVE No raids ,no theft ,events, FREE SKINS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 76013,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286604102674440",
"domain": null,
"id": 11502489,
"ip": "66.51.96.49",
"port": 28060,
"query": 28061,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Tainted Surviors , we are a PVE server with FREE SKINS, events an much more, great players that are very helpful to all , join our discord , events, MilitaryAirfield, BOX Battle, Resource Rush, Barrel Bash, Radtown, \r\nHeavyExcavatorEvent, Heavy water treatment plant, Abandon military event, Train station event, Plane crash event, Gas station event, Super market event, Custom trading post an much much more Join Discord https://discord.gg/d6VW72DtJc",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207201,
"last_online": 1780603828,
"icon": null,
"name": "Tainted/Survivors PVE No raids ,no theft ,events, FREE SKINS",
"connect": "66.51.96.49:28060",
"request": "66.51.96.49:28061",
"map": "Custom Map",
"gamemode": "Softcore",
"version": "2627",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1779207201,
"last_update": 1780603828,
"banned": false,
"wipe": 1780596394,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1227,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11502489");
$data = json_decode($json, true);
var_dump($data);