No More Room in Hell
API pentru [AU] The Procrastination Zone Community NMRiH Server - (Communi
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10691649json
{
"response": {
"steam_id": "90284212938118162",
"domain": null,
"id": 10691649,
"ip": "202.142.136.246",
"port": 27038,
"query": 27038,
"color": 0,
"city": "Melbourne",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775889077,
"score": 0,
"last_online": 1776220877,
"icon": null,
"name": "[AU] The Procrastination Zone Community NMRiH Server - (Communi",
"connect": "202.142.136.246:27038",
"request": "202.142.136.246:27038",
"map": "nmo_underground",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764593174,
"last_update": 1776220877,
"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": 164,
"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": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10691649");
$data = json_decode($json, true);
var_dump($data);