Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/4873778
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"world_seed": 1337,
"world_size": 3800,
"entities_count": 213191,
"id": 4873778,
"ip": "205.234.243.9",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[US] Stevious 2x Mondays | Vanilla | 4/28](https://cdn.rustlegends.com/Stevious_2x_header.png)\nWeekly wipes and the following modifications: \r\n\r\n2x Gather Rates (2.5x for Sulfur and Wood) \r\nHalf smelt and crafting speeds (Vanilla for raiding items) \r\nBuilding and Level 1 Workbench blueprints unlocked \r\nComponent System loot tables (Junk items removed) \r\n\r\nVisit https://stevious.io for VIP (Queue Skip) and Rules / Discord information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1739473225,
"score": 0,
"last_online": 1746082839,
"icon": null,
"name": "[US] Stevious 2x Mondays | Vanilla | 4/28",
"connect": "205.234.243.9:28010",
"request": "205.234.243.9:28015",
"map": "Procedural++ Map | stevious.io",
"gamemode": "Survival",
"version": "2585",
"numplayers": 38,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1719262049,
"last_update": 1746082839,
"banned": false,
"wipe": 1745870310,
"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/4873778");
$data = json_decode($json, true);
var_dump($data);