Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8453925
json
{
"response": {
"fps": 10,
"fps_avg": 9,
"world_seed": 2147483647,
"world_size": 4250,
"entities_count": 93510,
"id": 8453925,
"ip": "144.22.39.187",
"port": 28014,
"query": 28014,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nBIENVENIDOS A SURVIVAL UwU\r\n Wipes (Thursdays)\r\n Fullwipes Monthly (Thursdays)\r\n Solo/Duo\r\n Para entrar al DISCORD presionar el boton PAGINA WEB\r\n Avisos de wipes, votación de mapas y reportes",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744273066,
"score": 0,
"last_online": 1744423257,
"icon": null,
"name": "Survival UwU | Solo ONLY | JUST WIPED",
"connect": "144.22.39.187:28014",
"request": "144.22.39.187:28014",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743881209,
"last_update": 1744423257,
"banned": false,
"wipe": 1743877873,
"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/8453925");
$data = json_decode($json, true);
var_dump($data);