7 Days to Die
API for [PVE]HAZMAT PVE EAZY ☣ 1000% XP 400% Loot
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10761720json
{
"response": {
"steam_id": "90285004421536768",
"domain": null,
"id": 10761720,
"ip": "64.31.29.242",
"port": 27100,
"query": 27100,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1776458603,
"score": 0,
"last_online": 1777227616,
"icon": null,
"name": "[PVE]HAZMAT PVE EAZY ☣ 1000% XP 400% Loot",
"connect": "64.31.29.242:27100",
"request": "64.31.29.242:27100",
"map": "Legal",
"gamemode": "7 Days To Die",
"version": "01.02.06",
"numplayers": 17,
"maxplayers": 18,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1766259864,
"last_update": 1777227616,
"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": 19,
"language": "de",
"parked": false,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10761720");
$data = json_decode($json, true);
var_dump($data);