Rust
API для Sven's Staging
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11159021json
{
"response": {
"fps": 60,
"fps_avg": 10,
"entities_count": 103041,
"world_seed": 1234567,
"world_size": 4250,
"steam_id": "90284965690740745",
"domain": null,
"id": 11159021,
"ip": "194.69.160.95",
"port": 28027,
"query": 28029,
"color": 0,
"city": "City of London",
"description": "![[EU] Brad's Corner | 2x | Monthly Wipes | Noob Friendly | JUST ](https://www.dropbox.com/scl/fi/3l03zq60x8onwa27mfw74/ChatGPT-Image-Mar-2-2026-10_12_45-AM.png?rlkey=gglb64w8nvx9r8f3g7612w117&st=k7bf1bb4&dl=1)\nWelcome to Brad's Corner Rust Server!\r\n\r\nA chill little pocket of the internet for gamers, lurkers, loot goblins and late-night VC gremlins.\r\n\r\nNo esports pressure, No forced activity, No weird ego energy.\r\n\r\nWhether you’re grinding, world hopping, rolling dice, tryharding, or just sitting in voice with a coffee, you’ve got a seat here.\r\n\r\nServer Features:\r\n- 2x Gather\r\n- 2500 Map Size\r\n- Monthly Wipes\r\n- Custom Plugins\r\n- Enhanced Anti-Cheat\r\n- Noob Friendly\r\n\r\nJoin our discord at https://discord.gg/Q3gjMVrKqr",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777151605,
"score": 0,
"last_online": 1777324226,
"icon": null,
"name": "Sven's Staging",
"connect": "194.69.160.95:28027",
"request": "194.69.160.95:28029",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2624",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228122,
"last_update": 1777324226,
"banned": false,
"wipe": 1774548517,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4603,
"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/11159021");
$data = json_decode($json, true);
var_dump($data);