Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/451223
json
{
"response": {
"fps": 32,
"fps_avg": 52,
"entities_count": 125196,
"world_seed": 858076807,
"world_size": 4250,
"id": 451223,
"ip": "116.202.165.78",
"port": 26014,
"query": 26015,
"color": 0,
"description": "\nThe Rust Ireland 2x server hosts a solo 2x vanilla+ game with many QoL enhancements:\n\n• 2x Wood/Stone/Metal/Scrap/Components\n• 2x Crafting/Smelting/Recycling speed\n• Lanterns don't require fuel\n• Meat doesn't burn in fires\n• 10 items can be /removed per wipe to fix base mistakes\n• Vehicles can be crafted at workbenches\n• Extra Car Lifts and Refineries are available at some monuments\n• Images can be uploaded to signs and picture frames\n• A wide selection of free skins can be added to in-game items\n• Building skins can be used for free\n• 50 minute days, 10 minute nights\n• Map wipe on the 1st & 3rd Thursdays of each month at 19:00 BST\n• Blueprint wipe on the 1st Thursday of each month at 19:00 BST\n\nDiscord: https://rustireland.com/discord\nSteam: https://rustireland.com/steam\nLive Map: https://rustireland.com/2x-solo/map\n\n4.2GHz • DDR4 • NVMe • DDoS Protection • Anti Cheat • No Admin Players",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754784317,
"score": null,
"last_online": 1755504047,
"icon": null,
"name": "Rust Ireland - 2x - Solo | Vanilla+ | 50% Upkeep | Biweekly",
"connect": "116.202.165.78:26014",
"request": "116.202.165.78:26015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779892,
"last_update": 1755504047,
"banned": false,
"wipe": 1754590213,
"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/451223");
$data = json_decode($json, true);
var_dump($data);