Rust
API для [AU] RustEZ Scourge PvE | Zombies | No Raiding | No Killing
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8390670json
{
"response": {
"steam_id": 90284751807166480,
"domain": null,
"id": 8390670,
"ip": "172.111.33.41",
"port": 29013,
"query": 28013,
"color": 0,
"city": "Sydney",
"description": "![[AU] RustEZ Scourge PvE | Zombies | No Raiding | No Killing](https://www.rustez.com/uploads/manual/headers/server/scourgehead.jpg)\nScourge is a well-balanced, high-performance modded server that offers players a fast-paced zombie-shooter with emphasis on survival and progression in a ghastly atmosphere.\r\n\r\nInformation\r\n● Player and building damage disabled\r\n● Monthly wipes [Last wipe: 4/2]\r\n● Active admins and very helpful community\r\n● Decay is active at a vanilla rates to discourage huge bases\r\n● Inactive players removed after 10 days of inactivity\r\n\r\nFeatures\r\n● Zombies - Our custom AI will surely keep you on your toes\r\n● TP - Teleport to friends and any placed bed or bag\r\n● Auto Upgrade - Upgrade your base automatically via cupboard\r\n● Fishing - Advanced fishing mechanics, tools and resources\r\n● Sorter - Sort items in containers and furnaces with a click of a button\r\n● Revive - Revive to restore your last position leading up to death, at a cost\r\n● Trade - Trade with other players remotely in the comfort of your own base\r\n● Stacks+ - All item stacks are increased to remove the tedium of storing them\r\n● Backpack - An additional inventory that can be accessed at any time\r\n● Levels - Gain XP from farming to increase your farming efficiency\r\n\r\nUse /info in chat for a full list of commands and helpful information\r\n\r\nRules\r\n● No raiding, griefing or looting of any kind.\r\n● No mic or chat spam, player disrespect, racism or harassment.\r\n● No camping loot rooms, monuments or any highly concentrated areas.\r\n● You may build in caves but you must ensure safe passage for players.\r\n● No blocking waterways, building around monuments or large areas of land.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776798203,
"score": 0,
"last_online": 1776827418,
"icon": null,
"name": "[AU] RustEZ Scourge PvE | Zombies | No Raiding | No Killing",
"connect": "172.111.33.41:29013",
"request": "172.111.33.41:28013",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 14,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1743673691,
"last_update": 1776827418,
"banned": false,
"wipe": 1775152423,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 837,
"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/8390670");
$data = json_decode($json, true);
var_dump($data);