Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4812516
json
{
"response": {
"id": 4812516,
"ip": "172.111.33.20",
"port": 28037,
"query": 28037,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[AU] Winterust - 2x Mondays](https://imgur.com/yYqHsCu.png)\nThe Official Home Of Ser Winter!\r\nMap Wipes: Mondays @ 4pm Sydney Time | 12pm on Xmas School Holidays\r\nBPs Wipe: First Monday After Force\r\n\r\n\\tPLAYER REPORTS\r\n\\t\\t• Got clips? Submit a ticket in our Discord!\r\n\\t\\t• No clips? Press F7 to submit a report in-game!\r\n\r\n\\tSTORE: store.Winterust.net \\t\\t|\\t\\tSUPPORT: discord.gg/Winterust\r\n\r\nWinterust Features\r\n\\tActive Staff\\t\\t\\t| \\t\\t\\tBase Pop: 300+\\t\\t\\t| \\t\\t\\tCustom Maps \\t\r\n\\t2x Gather\\t\\t\\t\\t| \\t\\t\\t2x Smelting\\t\\t\\t\\t| \\t\\t\\t2x Crafting Times\r\n\\tFaster Recycling\\t| \\t\\t\\tExtra Recyclers\\t\\t\\t| \\t\\t\\tTier 1 BPs Unlocked\r\n\r\n\\t\\t\\t\\t\\t\\t\\tJunk items removed from loot tables",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1740701108,
"score": 0,
"last_online": 1746082239,
"icon": null,
"name": "[AU] Winterust - 2x Mondays",
"connect": "172.111.33.20:28030",
"request": "172.111.33.20:28037",
"map": "The Official Home of Ser Winter",
"gamemode": "Rust",
"version": "2585",
"numplayers": 31,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1718912648,
"last_update": 1746082239,
"banned": false,
"wipe": 1745819944,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": 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/4812516");
$data = json_decode($json, true);
var_dump($data);