BTF #4 x10 ДЛЯ НОВИЧКОВ|КИТ|TP| FPS++|LOOT++| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 90,
"fps_avg": 92,
"entities_count": 126488,
"world_seed": 2129308312,
"world_size": 4500,
"steam_id": "90285936233382937",
"domain": null,
"id": 11004851,
"ip": "152.89.199.20",
"port": 35500,
"query": 35510,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать х10n > Быстрые печки\r\n Хороший пинг\r\n Автоулучшение \r\n > киты\r\n >Быстрый крафт\r\n > топ лут\r\n > Телепорт\r\n > Активная администрация\r\n > Приятной игры\r\n > и другие...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779167571,
"last_online": 1779195021,
"icon": null,
"name": "BTF #4 x10 ДЛЯ НОВИЧКОВ|КИТ|TP| FPS++|LOOT++|",
"connect": "152.89.199.20:35500",
"request": "152.89.199.20:35510",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769938991,
"last_update": 1779195021,
"banned": false,
"wipe": 1778502208,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4032,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11004851");
$data = json_decode($json, true);
var_dump($data);