Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/676899
json
{
"response": {
"fps": 186,
"fps_avg": 186,
"entities_count": 33755,
"world_seed": 126412,
"world_size": 2500,
"id": 676899,
"ip": "168.100.161.115",
"port": 28010,
"query": 28015,
"color": 0,
"description": "\nWelcome to RUSTBERRY.GG server\r\n\r\n-Random unique EVENTS-\r\nTeam Limit Solo/Duo\r\n2x Gather rate (Wood/Stone/Sulfur)\r\n2x Furnace speed (Furnace smelts twice as fast)\r\n2x Components & Custom loot (Junk removed)\r\nLevel 1 BPs unlocked (Except boom and guns)\r\n\r\nMap Wipes: Thursday 3PM GMT (except forced wipe)\r\nBlueprint Wipes: Monthly (More info in Discord)\r\n\r\n- No Cheating or exploiting\r\n- No spam, racism/discrimination\r\n- No account bans and VAC bans on previous accounts\r\n\r\nVIP:rustberry.gg/vip\r\nRules:rustberry.gg/rules\r\nDiscord:discord.gg/KGnCFpg\r\n\r\nNo more than 2 team members that can be online at once, including alliances, roaming and raiding (rotating is allowed). Trading is only allowed through shopfronts or vending machines with value from both parties. Working together above the limit will gett all involved players temporarily banned from all RUSTERRY.GG team-restricted servers\r\n- Rules about ALLYING are available in our Discord\r\n\r\nFull rules are available in Discord and at rustberry.gg/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1753396603,
"score": null,
"last_online": 1755503448,
"icon": null,
"name": "EU|Vivinium|2x|Solo/Duo| JUST WIPED |SmallMap|HighFPS|Events| T",
"connect": "168.100.161.115:28010",
"request": "168.100.161.115:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1670605282,
"last_update": 1755503448,
"banned": false,
"wipe": 1755183398,
"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/676899");
$data = json_decode($json, true);
var_dump($data);