Zombie Panic
'-~ Pikouchu.com ~- =ZP= Events: discord.gg/MaPNZdhrb6 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10544412json
{
"response": {
"steam_id": "90279781753860125",
"domain": null,
"id": 10544412,
"ip": "90.70.203.111",
"port": 27022,
"query": 27022,
"color": 0,
"city": "Paris",
"description": null,
"game": 90044,
"owner": null,
"boosts": 1,
"last_offline": 1772677940,
"score": 0,
"last_online": 1777401656,
"icon": null,
"name": "'-~ Pikouchu.com ~- =ZP= Events: discord.gg/MaPNZdhrb6",
"connect": "90.70.203.111:27022",
"request": "90.70.203.111:27022",
"map": "zp_clubzombo",
"gamemode": "Zombie Panic! v1.1",
"version": "1.1.2.2",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762521382,
"last_update": 1777401656,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1,
"language": "fr",
"parked": false,
"app": {
"id": 110,
"steam_id": 90044,
"name": "Zombie Panic",
"url": "zombie-panic"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10544412");
$data = json_decode($json, true);
var_dump($data);