Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1133586
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"world_seed": 1337,
"world_size": 4000,
"entities_count": 130697,
"id": 1133586,
"ip": "104.129.132.98",
"port": 28014,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[US] Rust in Peace - 2x Vanilla Mondays | Shared BPs | Max 8](https://i.imgur.com/mg5ICKL.png)\nWelcome to Rust in Peace 2x Mondays - Monday Wipes - store.rustinpeace.co (Queue Skip)\r\nKey Features:\r\n✔ 2x Gather (2.5x Wood, Sulfur)\r\n✔ 5 Minute Nights\r\n✔ Shared BPs\r\n✔ 8 Max Group Size\r\n✔ Balanced Loot Tables (No Junk Items)\r\n✔ QoL Improvements (Doesn't effect gameplay)\r\n✔ Reduced HV PvP damage\r\n✔ Custom events (Cargo Plane, Convoy)\r\n\r\nActive staff (non-playing)\r\nRules listed in discord.gg/rustinpeace",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741898274,
"score": null,
"last_online": 1746082853,
"icon": null,
"name": "[US] Rust in Peace - 2x Vanilla Mondays | Shared BPs | Max 8",
"connect": "104.129.132.98:28014",
"request": "104.129.132.98:28015",
"map": "Rust in Peace Custom Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 4,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1688933646,
"last_update": 1746082853,
"banned": false,
"wipe": 1745870284,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": 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/1133586");
$data = json_decode($json, true);
var_dump($data);