Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/758009
json
{
"response": {
"modded": true,
"id": 758009,
"ip": "172.111.33.22",
"port": 28010,
"query": 28015,
"color": 0,
"description": "\nWelcome to WarBandits.gg 3x Solo/Duo/Trio! \r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n ✦ 3x Gather Rates \r\n ✦ 3x Crafting Speed \r\n ✦ 3x Components and Scrap \r\n ✦ Recyclers at additional monuments \r\n ✦ Custom High Performance Maps \r\n ✦ Extended Workbench range \r\n ✦ Tier 1 BPs unlocked \r\n ✦ Long Days & Short Nights \r\n ✦ Group Limit: 3 \r\n ✦ Active Staff \r\n ✦ Fast Smelt \r\n Make sure to join our discord server before playing by pressing the view webpage button or by visiting the link warbandits.gg/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754555169,
"score": null,
"last_online": 1755504621,
"icon": null,
"name": "WARBANDITS.GG AU 3X |Solo/Duo/Trio|LootX3| JUST WIPED",
"connect": "172.111.33.22:28010",
"request": "172.111.33.22:28015",
"map": "Wiped 2 Days ago",
"gamemode": "Rust",
"version": "2594",
"numplayers": 156,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 88,
"add_date": 1677864593,
"last_update": 1755504621,
"banned": false,
"wipe": 1755320247,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"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/758009");
$data = json_decode($json, true);
var_dump($data);