Rust-Vietnam | X1 | PVP için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 65147,
"world_seed": 52661212,
"world_size": 3500,
"steam_id": "90286574535270428",
"domain": null,
"id": 11502662,
"ip": "117.7.207.174",
"port": 23015,
"query": 23016,
"color": 0,
"city": "Hanoi",
"description": "Rust-Vietnam | X1 | PVP \r\n15 ngày wipe map | wipe full theo lịch force wipe\r\nGiới hạn team 5\r\nSkinner | Kit | BP share | Building Workbench\r\nƯu tiên chào đón anh em newbie mới chơi chill chill giải trí sau giờ làm\r\nĐể server việt nam có 1 môi trường chơi game sạch sẽ hổ trợ lẫn nhau vui vẽ! Giải trí là chính mọi người tuân thủ luật server nhé!\r\nAdmin không can thiệp ingame, chỉ xử lý các vần đề bug/hack/cheat\r\nTUYỆT ĐỐI TÔN TRỌNG QUẢN TRỊ VIÊN TRONG MỌI TÌNH HUỐNG KHÔNG ĐƯỢC CÓ LỜI LẼ QUÁ KHÍCH (vi phạm Ban vĩnh viễn)\r\nCảm ơn những ai đã tham gia server\r\nAcc rust 250k/1 ai cần liên hệ discord\r\nDISCORD: bấm nút website",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779759805,
"last_online": 1780555834,
"icon": null,
"name": "Rust-Vietnam | X1 | PVP",
"connect": "117.7.207.174:23015",
"request": "117.7.207.174:23016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "VN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207209,
"last_update": 1780555834,
"banned": false,
"wipe": 1779411553,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4963,
"language": "vi",
"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/11502662");
$data = json_decode($json, true);
var_dump($data);