[RU] SAHAMUR के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 71825,
"world_seed": 148239412,
"world_size": 3500,
"steam_id": 90286585460008960,
"domain": null,
"id": 9500477,
"ip": "85.88.179.189",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Blagoveshchensk",
"description": "![[RU] SAHAMUR](https://i.postimg.cc/9Qy9d0Ck/Banner-QR.jpg)\nКлассический сервер для новичков.\r\nВайп со сбросом чертежей раз в 2 недели.\r\nНизкий пинг для Амурской области и Республики Саха (Якутия).\r\n\r\nVanilla server for beginners. \r\nWipe with blueprint reset every two weeks. Low ping for players from East Asia.\r\nNext wipe 05.06.2026",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780560266,
"last_online": 1780582844,
"icon": null,
"name": "[RU] SAHAMUR",
"connect": "85.88.179.189:28015",
"request": "85.88.179.189:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1748589008,
"last_update": 1780582844,
"banned": false,
"wipe": 1779439615,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3335,
"language": "ru",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9500477");
$data = json_decode($json, true);
var_dump($data);