[SEA/VN] RUST ERA | X1 | PvPvE | Việt Nam | NoRaidOff के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 37,
"fps_avg": 35,
"entities_count": 59808,
"world_seed": 20320429,
"world_size": 3000,
"steam_id": "90286512268647452",
"domain": null,
"id": 11511555,
"ip": "117.7.207.174",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hanoi",
"description": "![[SEA/VN] RUST ERA | X1 | PvPvE | Việt Nam | NoRaidOff](https://i.ibb.co/s7BRp8d/Untitled-1.jpg)\nWelcome to Rust ERA VN\r\nx1 gather | x5 stack\r\nteam max player 6 | clans max player 8\r\nno offline raid\r\nshared BP\r\nPersonal NPC\r\nSkillTree, Item Perk\r\nIP server: eragamingvn.ddns.net:28015\r\nDiscord: https://bom.so/erag\r\nWipe vào thứ 6 hàng tuần\r\nMình có bán acc rust 250k/1 ai cần liên hệ qua discord\r\nEnjoy!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780010021,
"last_online": 1780553434,
"icon": null,
"name": "[SEA/VN] RUST ERA | X1 | PvPvE | Việt Nam | NoRaidOff",
"connect": "117.7.207.174:28015",
"request": "117.7.207.174:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "VN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353854,
"last_update": 1780553434,
"banned": false,
"wipe": 1780010030,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5194,
"language": "vi",
"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/11511555");
$data = json_decode($json, true);
var_dump($data);