Rust
API для Raichu Staging | F1 Spawn | Noclip | DLC Unlocked
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5615264json
{
"response": {
"fps": 5318008,
"fps_avg": 5318008,
"entities_count": 71221,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90285028694103041",
"domain": null,
"id": 5615264,
"ip": "185.172.175.8",
"port": 28024,
"query": 28025,
"color": 0,
"city": "City of London",
"description": "\nThis server is for testing the latest updates. It can wipe at any time.\r\n\r\n• Spawn Items & Vehicles ✓ • All Skins & DLC Unlocked ✓\r\n• Teleport & Noclip ✓ • View Workshop Skins ✓\r\n• SteamOS Friendly ✓ • 100% Less AI than Medios Server ✓\r\n\r\nJoin the Discord to report bugs and request features!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776948199,
"score": 0,
"last_online": 1777324817,
"icon": null,
"name": "Raichu Staging | F1 Spawn | Noclip | DLC Unlocked",
"connect": "185.172.175.8:28024",
"request": "185.172.175.8:28025",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2624",
"numplayers": 3,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1723692577,
"last_update": 1777324817,
"banned": false,
"wipe": 1776259563,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 901,
"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/5615264");
$data = json_decode($json, true);
var_dump($data);