Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8054572
json
{
"response": {
"fps": 55,
"fps_avg": 56,
"entities_count": 89849,
"world_seed": 234412593,
"world_size": 3400,
"id": 8054572,
"ip": "139.99.116.207",
"port": 28018,
"query": 28020,
"color": 0,
"description": "\nSTORE - REWARD - DISCORD: HQM.GG\r\n\r\n★/raid Alarm – Get Notified on Rust+ & Discord When Raided.\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share (TC-Sam-Doors-Turrets).\r\n★Advantage clan plugin or Solo enforcement with autoban.\r\n★Vehicle Buy & Vending Unlimited Stock.\r\n★Alpha Loot & Unique Gather.\r\n★Faster Recycler & Submersible Pump.\r\n★Stack Size Controller & Faster Craft.\r\n★Random Respawn & Auto-Skip Night.\r\n★Home and Outpost TPs.\r\n★Daily Kits & Link Reward & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755646603,
"score": 0,
"last_online": 1755694230,
"icon": null,
"name": "HQM.GG SEA 3X MONTHLY SOLO/DUO/TRIO/QUAD Full Wiped x3|Long|Sho",
"connect": "139.99.116.207:28018",
"request": "139.99.116.207:28020",
"map": "★ Please favorite the server",
"gamemode": "Survival",
"version": "2594",
"numplayers": 3,
"maxplayers": 180,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383958,
"last_update": 1755694230,
"banned": false,
"wipe": 1754589661,
"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/8054572");
$data = json_decode($json, true);
var_dump($data);