№[3] D2S Ultimate PvE 1000 Zombies Raidable Base के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 28,
"fps_avg": 29,
"entities_count": 124908,
"world_seed": 214114476,
"world_size": 3750,
"steam_id": "90286554759059479",
"domain": null,
"id": 445162,
"ip": "208.52.153.33",
"port": 28019,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "![№[3] D2S Ultimate PvE 1000 Zombies Raidable Base](https://github.com/Dare2Survive/images/blob/main/bannerUltimate.jpg?raw=true)\nDare2Surive Ultimate PvE Server! We are glad you are here!\r\n\r\nCome join us on a Custom Map with Custom Tailored Plugins\r\n\r\nPlugins: Paratroopers, Zombie Horde, Raidable Bases, Quests, JPipes and many many more\r\nBe apart of a Growing Friendly Community by joining Discord https://discord.gg/zStucjvPZ4\r\n\r\nFreindly Active NON-Playing Admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780054420,
"last_online": 1780549225,
"icon": null,
"name": "№[3] D2S Ultimate PvE 1000 Zombies Raidable Base",
"connect": "208.52.153.33:28019",
"request": "208.52.153.33:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779711,
"last_update": 1780549225,
"banned": false,
"wipe": 1778178363,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1198,
"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/445162");
$data = json_decode($json, true);
var_dump($data);