Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9527885
json
{
"response": {
"modded": true,
"fps": 120,
"fps_avg": 117,
"entities_count": 349105,
"world_seed": 536603972,
"world_size": 4250,
"id": 9527885,
"ip": "54.39.28.143",
"port": 28025,
"query": 28027,
"color": 0,
"description": "\nRust Legacies - Modern day legacy Rust. What's your story?\r\nMonthly Wipes. No Team UI. No Tech Tree. \r\nThe only way to advance is to find items and research them.\r\n\r\nOur server features:\r\n- Vanilla gather rates.\r\n- Blueprint wipes every 6 months. \r\n- Custom biomes to bring back the old Rust feel.\r\n- No turret or bag limits.\r\n- No vending taxes.\r\n\r\nClick VIEW WEBPAGE to join our Discord and be part of the community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1754820299,
"score": 0,
"last_online": 1755700838,
"icon": null,
"name": "Rust Legacies - Vanilla Monthly | Legacy | No Tech Tree",
"connect": "54.39.28.143:28025",
"request": "54.39.28.143:28027",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2594",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537975,
"last_update": 1755700838,
"banned": false,
"wipe": 1754590399,
"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/9527885");
$data = json_decode($json, true);
var_dump($data);