[EU][PVP] 10x |ZE-Gaming #3|Loot++|Skills|Events|Monthly MAP|BP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 103071,
"world_seed": 900403905,
"world_size": 4300,
"steam_id": "90286605236241421",
"domain": null,
"id": 7467973,
"ip": "185.36.205.224",
"port": 28185,
"query": 28186,
"color": 0,
"city": "City of London",
"description": "![[EU][PVP] 10x |ZE-Gaming #3|Loot++|Skills|Events|Monthly MAP|BP](https://imgur.com/evmpRs4.png)\n-Better AntiCheat.\r\n- Adult server management, active non playing administration.\r\n- \r\n- Consider helping out the server by improvements by donating. \r\n-For further support please click the 'View Webpage' to join the discord and contact a staff member.\r\n\r\n*This server Wipes every forced wipe, VehicleLicense, BPs will stay 3 months.\r\n Orther informaiton;\r\n Half Decay speed\r\n Locked Crate timer is 5 minutes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599269,
"last_online": 1780648227,
"icon": null,
"name": "[EU][PVP] 10x |ZE-Gaming #3|Loot++|Skills|Events|Monthly MAP|BP",
"connect": "185.36.205.224:28185",
"request": "185.36.205.224:28186",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1739234783,
"last_update": 1780648227,
"banned": false,
"wipe": 1780598520,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1993,
"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/7467973");
$data = json_decode($json, true);
var_dump($data);