Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/451197
json
{
"response": {
"modded": true,
"fps": 25,
"fps_avg": 24,
"entities_count": 93904,
"world_seed": 259191895,
"world_size": 4000,
"id": 451197,
"ip": "185.113.141.142",
"port": 28017,
"query": 28015,
"color": 0,
"description": "\n★ What does VANILLA+ mean ?\r\nVANILLA+ aims to bring you the same game mechanics as the Vanilla rust but with faster game progression.\r\n\r\n★ SERVER FEATURES\r\n › You spawn with a kit\r\n › Faster crafting AND smelting speeds\r\n › Tweaked loot table with enhanced stack sizes\r\n › Clans with automatic authorizations and bp sharing\r\n › Skinbox, automatic box sorter and much more..\r\n\r\nREAD THE FULL RULES AND GAME MECHANICS AT OUR DISCORD GUILD\r\nNOT READING THE RULES WILL NOT PREVENT YOU FROM GETTING BANNED\r\n\r\nrs0RlOAaozJ^0%nSc0%q3@",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755353859,
"score": null,
"last_online": 1755505257,
"icon": null,
"name": "OXIDATION 3x | VANILLA+ | THU 14/08",
"connect": "185.113.141.142:28017",
"request": "185.113.141.142:28015",
"map": "CLANS | MAX3 | QoL",
"gamemode": "Survival",
"version": "2594",
"numplayers": 1,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "PT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779891,
"last_update": 1755505257,
"banned": false,
"wipe": 1755181219,
"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/451197");
$data = json_decode($json, true);
var_dump($data);