No More Room in Hell
[EU/ENG] ~C^:> (Pit of Rats) <:3)~ | NOMERCY | CUSTOM | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11492455json
{
"response": {
"steam_id": "90285741848487965",
"domain": null,
"id": 11492455,
"ip": "135.181.157.78",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1778772780,
"score": 0,
"last_online": 1778760731,
"icon": null,
"name": "[EU/ENG] ~C^:> (Pit of Rats) <:3)~ | NOMERCY | CUSTOM |",
"connect": "135.181.157.78:27015",
"request": "135.181.157.78:27015",
"map": "nmo_chinatown",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1778753090,
"last_update": 1778772780,
"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": 254,
"language": "fi",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11492455");
$data = json_decode($json, true);
var_dump($data);