No More Room in Hell
Official NMRiH Server #6 - US Dallas Casual के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/5904778json
{
"response": {
"steam_id": "90284346987774988",
"domain": null,
"id": 5904778,
"ip": "74.91.126.236",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Dallas",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1776058313,
"score": 0,
"last_online": 1776193880,
"icon": null,
"name": "Official NMRiH Server #6 - US Dallas Casual",
"connect": "74.91.126.236:27015",
"request": "74.91.126.236:27015",
"map": "nmo_shoreline",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1726049146,
"last_update": 1776193880,
"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": 108,
"language": "en",
"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/5904778");
$data = json_decode($json, true);
var_dump($data);