No More Room in Hell
API for [EU]Avalonia.SK|#04|Inf.Ammo|Ranking|All Maps|
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6540012json
{
"response": {
"steam_id": "90284338316843024",
"domain": null,
"id": 6540012,
"ip": "51.195.61.238",
"port": 25004,
"query": 25004,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775399531,
"score": 0,
"last_online": 1776210609,
"icon": null,
"name": "[EU]Avalonia.SK|#04|Inf.Ammo|Ranking|All Maps|",
"connect": "51.195.61.238:25004",
"request": "51.195.61.238:25004",
"map": "nmo_threshold",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 8,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1730545574,
"last_update": 1776210609,
"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": 2,
"language": "de",
"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": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6540012");
$data = json_decode($json, true);
var_dump($data);