Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/446067
json
{
"response": {
"fps": 86,
"fps_avg": 108,
"entities_count": 66435,
"world_seed": 1337,
"world_size": 3000,
"id": 446067,
"ip": "198.136.48.167",
"port": 28016,
"query": 28015,
"color": 0,
"description": "Click View Webpage to join our Discord: rustko.xyz/discord \r\n \r\nVeterans and noobs are welcome. We strive to be noob friendly and help others to learn, so please be nice and considerate to others. \r\n \r\nServer Features \r\n✔ Custom Map, Minicopters on Road, Combined Outpost & Bandit, Reyclers at Fishing Village\r\n✔ NO LAG, High Performance Dedicated Box in US East\r\n✔ Vanilla Experience w/ Decreased Decay, Decreased Rain & Fog Chance \r\n✔ Active Admins & Mods, Reports In-Game and Discord Monitored 24/7\r\n✔ Biweekly Wipes on 1st and 3rd Thursday, 2PM EST (Last Wiped: 08/07) \r\n \r\nGlobal Rules \r\n- No cheating, exploits, scripting, and no game bans in the past year \r\n- No racism, homophobia or discrimination \r\n- Mature space, no trolls or excessively toxic players \r\n- VPNs permitted, but we may request you temporarily disable it \r\n- We discourage offline raiding, and griefing of bases, please online other players when possible to help everyone learn \r\n \r\nTeam Size Rules \r\n- Group Limit: 4\r\n- Teammates are not required to share a base, but anyone on your team may not exceed the group limit \r\n- Team swaps are for the wipe, removed players may not return to your team until the next wipe \r\n- Neutrality between teams is permitted, but no aid in PVP combat under any circumstances, including trading raiding materials \r\n- Trades with neighbors must be equal, like with any other player \r\n \r\nPLAYER RPEORTS: If you find a player breaking the rules, please use /report, F7 or open a ticket in Discord. Our Admins will receive reports through any of these methods. Do NOT call out players in chat.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754561142,
"score": null,
"last_online": 1755695430,
"icon": null,
"name": "Rustko US Vanilla | Solo/Duo/Trio/Quad | Biweekly WIPE 08/07",
"connect": "198.136.48.167:28016",
"request": "198.136.48.167:28015",
"map": "Rustko.xyz",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779743,
"last_update": 1755695430,
"banned": false,
"wipe": 1754588395,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/446067");
$data = json_decode($json, true);
var_dump($data);