Subsistence
API for xXXxxXXxxXXxx TRAUMWELT xxXXxxXXxxXXx
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9309153json
{
"response": {
"steam_id": "90284548190737415",
"domain": null,
"id": 9309153,
"ip": "88.214.57.170",
"port": 27200,
"query": 27201,
"color": 0,
"city": "Münster",
"description": "1.Server+Gebeude gehen in die Unendlichkeit! 2.Mini Hunger Verbrauch 3.Hunter auf Wunsch 4.Discord.https//discord.gg/PzzgmkG5V7",
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1775278329,
"score": 0,
"last_online": 1776466827,
"icon": null,
"name": "xXXxxXXxxXXxx TRAUMWELT xxXXxxXXxxXXx",
"connect": "88.214.57.170:27200",
"request": "88.214.57.170:27201",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1747689794,
"last_update": 1776466827,
"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": 59,
"language": "de",
"parked": false,
"app": {
"id": 139,
"steam_id": 418030,
"name": "Subsistence",
"url": "subsistence"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9309153");
$data = json_decode($json, true);
var_dump($data);