Kuzbass x2 Classic| team max6 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 155,
"fps_avg": 149,
"entities_count": 121368,
"world_seed": 25762576,
"world_size": 4500,
"steam_id": "90286606100828173",
"domain": null,
"id": 10412771,
"ip": "93.190.111.251",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Novosibirsk",
"description": "\n-Система подарков\r\n-Стаки 10к\r\n-Потребление ресурсов в шкафу уменьшено в 2 раза\r\n-Автоивенты\r\n-Рейты на добычу х2(Ночью х4)\r\n-Боевые рейдовые дроны\r\n-Анти-оффлайн рейд система\r\n-Устрицы",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780601666,
"last_online": 1780606230,
"icon": null,
"name": "Kuzbass x2 Classic| team max6",
"connect": "93.190.111.251:28015",
"request": "93.190.111.251:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 160,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1759823767,
"last_update": 1780606230,
"banned": false,
"wipe": 1780108609,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2745,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10412771");
$data = json_decode($json, true);
var_dump($data);