API для Kapco411 Los Muertos|4X PVE|Tons NPC's & Events
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 36,
"fps_avg": 32,
"entities_count": 172177,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90286399643347975",
"domain": null,
"id": 806152,
"ip": "65.28.44.27",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Trevor",
"description": "\nExplore the Wild world of rust with Kapco411.\r\n-This highly modded server offers PVE play with PVP action.\r\n-Roaming Zombies and other NPC's throughout the map.\r\n-Custom maps loaded with plenty of Points of interest and custom monuments.\r\n-More than 20 events running.\r\n-Over 250 mods running, to much to list.\r\n-We have something for eveyone on this one so give it a try.\r\n-Happy Hunting!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780140815,
"last_online": 1780185030,
"icon": null,
"name": "Kapco411 Los Muertos|4X PVE|Tons NPC's & Events",
"connect": "65.28.44.27:28014",
"request": "65.28.44.27:28015",
"map": "Best modded servers",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684354337,
"last_update": 1780185030,
"banned": false,
"wipe": 1779391966,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2873,
"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/806152");
$data = json_decode($json, true);
var_dump($data);