Dark and Light
API for [GER] Universe Immortals Tx25 Hx10 Xx10 - (v100.54351)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1161426json
{
"response": {
"steam_id": "90284390332051485",
"domain": null,
"id": 1161426,
"ip": "185.232.70.69",
"port": 8797,
"query": 28016,
"color": 0,
"city": "Nuremberg",
"description": "",
"game": 529180,
"owner": null,
"boosts": 1,
"last_offline": 1776225715,
"score": null,
"last_online": 1776240629,
"icon": null,
"name": "[GER] Universe Immortals Tx25 Hx10 Xx10 - (v100.54351)",
"connect": "185.232.70.69:8797",
"request": "185.232.70.69:28016",
"map": "DNL_ALL",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1689150481,
"last_update": 1776240629,
"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": 118,
"language": "de",
"parked": false,
"app": {
"id": 180,
"steam_id": 529180,
"name": "Dark and Light",
"url": "dark-and-light"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1161426");
$data = json_decode($json, true);
var_dump($data);