Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/227101
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 3927,
"world_seed": 1337,
"world_size": 6000,
"id": 227101,
"ip": "139.99.144.117",
"port": 28014,
"query": 28015,
"color": 0,
"description": "\nThe best server to train your aim and gameplay!\n\n- FFA\n- Scrims\n- Arenas\n- Gungame \n- Targets\n- Aimbots\n\nUKN Store @ UKN.GG/Store\nUKN Discord @ UKN.GG/Discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1755296262,
"score": null,
"last_online": 1755502238,
"icon": null,
"name": "UKN.GG - AU Training Grounds - Main",
"connect": "139.99.144.117:28014",
"request": "139.99.144.117:28015",
"map": "UKN Map",
"gamemode": "Survival",
"version": "2594",
"numplayers": 66,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 72,
"add_date": 1582979095,
"last_update": 1755502238,
"banned": false,
"wipe": 1755468107,
"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/227101");
$data = json_decode($json, true);
var_dump($data);