API для RUST BRASIL SUL 10X (SOLO) WIPE 17/09 NEW SERVER
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1781954470,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "157.85.89.136:28015",
"country": "BR",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11838578,
"ip": "157.85.89.136",
"language": "pt",
"last_update": 1789842262,
"map": "Procedural Map",
"maxplayers": 75,
"name": "RUST BRASIL SUL 10X (SOLO) WIPE 17/09 NEW SERVER",
"numplayers": 5,
"official": null,
"points": 64,
"port": 28015,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 28016,
"request": "157.85.89.136:28016",
"secured": true,
"status": true,
"steam_id": "90292927215406085",
"version": "2633",
"votes": 0,
"wipe": 1789654809,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сан-Паулу",
"description": "\nSejam todos BEM VINDOS. Servidor NOVO ALL FREE! SOLO\r\n/mini /nomini /fmini\r\n/bgrade /remove\r\n/home /outpost /bandit\r\n/kit /voteday\r\nTorretas e SamSites não precisa de ENERGIA\r\nUpgrade Base Inteira Via TC (ARMARIO)\r\nNOVO DISCORD https://discord.gg/rpntrCQBTY",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1789654845,
"last_online": 1789842262,
"list_hidden": false,
"map_url": "procedural_map_4300_seed_528521791_r288",
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1590,
"wipe_period": null,
"fps": 209,
"gmn": "rust",
"url": "https://discord.gg/rpntrCQBTY",
"hash": "a6c59dc",
"build": "163794",
"gc_cl": "208",
"gc_mb": "5054",
"fps_avg": 189,
"ram_sys": "0",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 528521791,
"map_size": 4300,
"logoimage": "https://i.imgur.com/M7cahBD.jpeg",
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"map_revision": 288,
"queueplayers": 0,
"map_image_url": "https://files.facepunch.com/rust/map-images/5e72858549b57d1eaec21e8e32d02ed79948ee4bfe06d879db5424f11903f3e0/proceduralmap.4300.0.288_5e72858549b57d1eaec21e8e32d02ed7.jpg",
"entities_count": 121564,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11838578");
$data = json_decode($json, true);
var_dump($data);