Rust
API для RUSTLand.pl x5 16.04.26
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10459985json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 90411,
"world_seed": 160426,
"world_size": 4000,
"steam_id": "90284793592338457",
"domain": null,
"id": 10459985,
"ip": "95.217.75.83",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Helsinki",
"description": "\nDay/Night - 50/10min\r\nGather 5x,\r\nLoot 5x,\r\nCrafting - Half time crafting, \r\nSmelt speed - 3x\r\nNPC - ON!\r\nDecay - like Vanilla\r\nAirdrop - Like vanilla\r\nRadiation - Like vanilla\r\nWipe - Every 2 weeks,\r\nBP - Every 2 weeks \r\nRP only forced wipe\r\n\r\nLast Wipe: 16.04.2026 \r\nNext Wipe: 7.05.2026.\r\n\r\nDiscord: https://discordapp.com/invite/BauJ5vS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776826995,
"score": 0,
"last_online": 1776843622,
"icon": null,
"name": "RUSTLand.pl x5 16.04.26",
"connect": "95.217.75.83:28015",
"request": "95.217.75.83:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1760474394,
"last_update": 1776843622,
"banned": false,
"wipe": 1776318518,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3697,
"language": "fi",
"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/10459985");
$data = json_decode($json, true);
var_dump($data);