EU NOVA 3X |LootX3|MyMini|PvP JUST WIPED 19.05 05/19 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 118,
"fps_avg": 117,
"entities_count": 66627,
"world_seed": 426302110,
"world_size": 3500,
"steam_id": "90286427056347145",
"domain": null,
"id": 11644991,
"ip": "193.160.23.154",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Maidenhead",
"description": "\nNova Rust\r\n\r\nWipe : Tuesday and Friday at 7pm\r\nBlueprints : First Friday of the month\r\nMax team : 6 players\r\n\r\nFeatures :\r\nx3 Gather\r\nSkinbox\r\nHUD Statistics\r\nQuickSmelt / Fast Recycler & Crafting\r\nFishing Villages, Large Barn, Ranch, OilRig, Dome & Cargo with Recycler\r\nNo TP | No Kits | No Pay To Win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177441,
"last_online": 1780258229,
"icon": null,
"name": "EU NOVA 3X |LootX3|MyMini|PvP JUST WIPED 19.05 05/19",
"connect": "193.160.23.154:28025",
"request": "193.160.23.154:28027",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780177441,
"last_update": 1780258229,
"banned": false,
"wipe": 1780070366,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2817,
"language": "en",
"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/11644991");
$data = json_decode($json, true);
var_dump($data);