API для My Untitled Rust Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 106897,
"world_seed": 1102131213,
"world_size": 4750,
"steam_id": "90286572767383554",
"domain": null,
"id": 11501878,
"ip": "195.60.166.222",
"port": 28014,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWelcome to where the best of Rust are competing\r\n\r\nBlueprints Schedule: Blueprints will never wipe\r\nWipe Schedule: First Thursday of every month @ 7pm London Time then biweekly afterwards\r\n\r\nServer is set to have nice QoL Features:\r\n2x Loot tables will all junk removed\r\nSlightly adjusted loot respawns\r\nSlightly adjusted Furnace/Smelt speeds\r\n\r\nFree Features also include: Auto Electrical Branch output setting, Boosted input/output for Water Catchers, Automatic Team Authorization for Turrets and Tool Cupboards, Chainsaws will always hit the resource marker, adjustments to Torpedoes including damage dealt and more, no pay wall, no pay to win. All Free, enjoy.\r\n\r\nstore.vitalrust.com\r\nSupport can be found in our Discord: discord.gg/vital",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607061,
"last_online": 1780598433,
"icon": null,
"name": "My Untitled Rust Server",
"connect": "195.60.166.222:28014",
"request": "195.60.166.222:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207183,
"last_update": 1780607061,
"banned": false,
"wipe": 1778179424,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10965,
"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/11501878");
$data = json_decode($json, true);
var_dump($data);