API pentru [RU] ULTIMATE COZY NON-TOXIC RUST SERVER 2026
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 72,
"fps_avg": 69,
"entities_count": 96775,
"world_seed": 186128089,
"world_size": 4250,
"steam_id": "90286620616860703",
"domain": null,
"id": 11511148,
"ip": "185.189.255.128",
"port": 35500,
"query": 35510,
"color": 0,
"city": "Moscow",
"description": "![[RU] ULTIMATE COZY NON-TOXIC RUST SERVER 2026](https://pic.survivalhost.org/images/2026/05/07/712bc4d43d8fd5c68118d71d48125d26.png)\nСервер для спокойной и неспешной игры\r\n Ограничение отряда 3 человека\r\n Сниженное потребление шкафа\r\n Будьте дружелюбны к другим игрокам в особенности к новичкам.\r\n Хорошей игры!\r\n Вайп ежемесячно, последний вайп 05.06.26\r\n Чертежи не вайпаем.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780637058,
"last_online": 1780672231,
"icon": null,
"name": "[RU] ULTIMATE COZY NON-TOXIC RUST SERVER 2026",
"connect": "185.189.255.128:35500",
"request": "185.189.255.128:35510",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353838,
"last_update": 1780672231,
"banned": false,
"wipe": 1780608328,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5063,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11511148");
$data = json_decode($json, true);
var_dump($data);