Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/441912
json
{
"response": {
"fps": 3334544,
"fps_avg": 3334544,
"entities_count": 0,
"world_seed": 1337,
"world_size": 6000,
"id": 441912,
"ip": "104.238.229.110",
"port": 28015,
"query": 31015,
"color": 0,
"description": "\nRustReborn.gg's Bedwars and Minigames Server, the original and best Bedwars around.\n\nModes:\n• Bedwars\n• Battlegrounds\n• Combat Arenas (Unlimited)\n• FFA\n• Targets/Aimbots (Unlimited Slots)\n• Creative (Unlimited Slots)\n• Parkour\n\nAll Servers:\n• connect eu.rustreborn.gg\n• connect us.rustreborn.gg (CURRENT)\n• connect au.rustreborn.gg\n\nSupport the Server:\n• https://store.rustreborn.gg\n\nNeed Support?\n• https://rustreborn.gg/discord\n\nLooking for ★ Premium servers?\n• We offer in-house premium matches, join matches labelled with the ★ star.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1752426942,
"score": null,
"last_online": 1755693024,
"icon": null,
"name": "RustReborn.gg US - Bedwars | AimTrain | Creative | Arena | FFA",
"connect": "104.238.229.110:28015",
"request": "104.238.229.110:31015",
"map": "RR|Bedwars|Arenas|FFA|Creative",
"gamemode": "Rust Reborn Minigames",
"version": "2594",
"numplayers": 33,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1630779612,
"last_update": 1755693024,
"banned": false,
"wipe": 1755603028,
"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/441912");
$data = json_decode($json, true);
var_dump($data);