Rust
API для MAXDRIP 10x RUST /CLANS/KITS/EVENTS/FUN
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10633504json
{
"response": {
"fps": 150,
"fps_avg": 153,
"entities_count": 72576,
"world_seed": 1348,
"world_size": 3500,
"steam_id": "90285461844467720",
"domain": null,
"id": 10633504,
"ip": "157.85.92.235",
"port": 24277,
"query": 24278,
"color": 0,
"city": "Callaghan",
"description": "\nServer Features:\r\n- Full PVP – Fight anywhere-anytime\r\n10x Gather – Build faster-Raid Quicker\r\nQuad Team Limit – Roll with the squad-not the zergs\r\nCustom Plugins – QoL- kits - upgrades & more\r\nBalanced Raiding – Fair - fun - and chaotic\r\nBiweekly Wipes – Fresh fights every two weeks\r\nActive Admins – No BS- no favoritism",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778684535,
"score": 0,
"last_online": 1778255425,
"icon": null,
"name": "MAXDRIP 10x RUST /CLANS/KITS/EVENTS/FUN",
"connect": "157.85.92.235:24277",
"request": "157.85.92.235:24278",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1763713839,
"last_update": 1778684535,
"banned": false,
"wipe": 1775232698,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6950,
"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/10633504");
$data = json_decode($json, true);
var_dump($data);