LOVARUST MAX3|X2|TP|KIT|EVENT| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 68,
"fps_avg": 65,
"entities_count": 126917,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286583587378206",
"domain": null,
"id": 6691203,
"ip": "45.136.205.20",
"port": 20610,
"query": 20611,
"color": 0,
"city": "Moscow",
"description": "LOVARUST MAX3 | X2\r\n\r\n• Рейты добычи ресурсов и компонентов х2\r\n• Ускоренная плавка \r\n• Мгновенный крафт \r\n• Еженедельный вайп\r\n• Сбалансированные киты\r\n• Телепортация к игрокам и домой\r\n• Система друзей\r\n• Уникальные ивенты\r\n• Много интересных и полезных плагинов\r\n\r\n Наши соц. сети:\r\n\r\n Discord: https://discord.gg/ZNVGbS2\r\n VK: https://vk.com/lova.rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780554266,
"last_online": 1780582838,
"icon": null,
"name": "LOVARUST MAX3|X2|TP|KIT|EVENT|",
"connect": "45.136.205.20:20610",
"request": "45.136.205.20:20611",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1732060651,
"last_update": 1780582838,
"banned": false,
"wipe": 1780304222,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2957,
"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/6691203");
$data = json_decode($json, true);
var_dump($data);