Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/446456
json
{
"response": {
"fps": 38,
"fps_avg": 58,
"entities_count": 158539,
"world_seed": 2272543,
"world_size": 4600,
"id": 446456,
"ip": "192.223.30.71",
"port": 28015,
"query": 28016,
"color": 0,
"description": "\nTestWelcome To The Paradise Island Vanilla Server. Designed For Vanilla Players Who Dislike PvP. All Styles Of Play Welcome, Within Our Rule Guidelines.\r\n -- Monthly Wipe At Forced\r\n -- PvE Map - No Raiding.\r\n -- Vanilla Loot And Stacks.\r\n -- Loot Protection Enabled.\r\n -- Gathering Increaed to 2x\r\n -- Shorter Nights.\r\n -- Minimal Decay.\r\n \r\n Our Rules Are Set To Provide A Fun Environment\r\n - Absolutely No Racism, Sexism, Trolling, Player/Staff Disrespect, Or Hate Speech\r\n - Voice Or Chat Spamming Will Result in Mutes\r\n - Scripts, Cheats, Use Of Exploits, Or Bots Will Result In A Perm Ban\r\n - Griefing Other Players Is Prohibited\r\n - A Full List Of Rules For Paradise Island Can Be Found On Discord.\r\n \r\n Server Is US East Based EST. GMT -5\r\n Questions, Comments, Concerns? Message Us On Discord!\r\n https://discord.gg/paradiseislandrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754723049,
"score": null,
"last_online": 1755695428,
"icon": null,
"name": "|US| Paradise Island |PvE|Vanilla|2x|NoRaid|NoDecay|",
"connect": "192.223.30.71:28015",
"request": "192.223.30.71:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779754,
"last_update": 1755695428,
"banned": false,
"wipe": 1754591771,
"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/446456");
$data = json_decode($json, true);
var_dump($data);