Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1365069
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 170259,
"world_seed": 2031826382,
"world_size": 5000,
"id": 1365069,
"ip": "71.41.35.10",
"port": 28014,
"query": 28015,
"color": 0,
"description": "\nWelcome to Brianwryms Noob Friendly PvE No Kos/Decay/Upkeep\r\n\r\nMay 2025\r\n\r\nPlease Click the View Webpage Button below to get Assistance (Admin Help or General), Join our Discord Community or view our Server Webstore (To get Free Items or Get Supplies Etc..).\r\n\r\nServer Discord Channel : https://discord.gg/2E8zgJb\r\nServer Webstore : https://brianwryms.tebex.io\r\n\r\nTHE BASIC RULES : \r\n\r\n- Teams Allowed (Solo/Duo/Trio/Quad etc).\r\n- No Kill on Sight Allowed between players unless in defense or on the same team(s). Killing Npcs or Animals is OK and anything considered PvE (Player VS Environment).\r\n- You are allowed to Defend yourself and property.\r\n- No Turrets that can shoot outside your Base / Compound\r\n- No Griefing of players.\r\n- No Racism or Sexual Harassment.\r\n- Call out in game chat any monuments so others know your going to be there.\r\n- No Self promotion of other sites / clubs or Streaming of this servers content without express permission FIRST from the Admins.\r\n- Donot wall off or block entire Islands! You must first ask Permission in Discord and have the Admins OK it First.\r\n- To report Players / Cheating etc type /report in Game Chat.\r\n- To report Game Bugs type /bugs in Game Chat.\r\n- All other questions or issues please visit our Discord Channel Already Listed.\r\n\r\nServer Notes : \r\n\r\n- Type in chat /remove to remove any misplaced/unwanted building blocks or to remove and reclaim back Boxes or Vending Machines etc.\r\n- For those builders who want HEIGHT RESTRICTIONS REMOVED type /build to toggle it on or off!\r\n\r\nThanks and Happy Rusting! ~The Admins~",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755680771,
"score": null,
"last_online": 1755697836,
"icon": null,
"name": "Brianwryms Noob Friendly PvE No Kos/Decay/Upkeep",
"connect": "71.41.35.10:28014",
"request": "71.41.35.10:28015",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2594",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1693512650,
"last_update": 1755697836,
"banned": false,
"wipe": 1754595027,
"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/1365069");
$data = json_decode($json, true);
var_dump($data);