7 Days to Die
API for [PVE] VOID X | SEASON 5 | 150% | 05.03. WIPED |
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10403199json
{
"response": {
"steam_id": 90284141507720220,
"domain": null,
"id": 10403199,
"ip": "95.156.230.44",
"port": 28050,
"query": 28050,
"color": 0,
"city": "Hamburg",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1775750526,
"score": 5,
"last_online": 1775755226,
"icon": null,
"name": "[PVE] VOID X | SEASON 5 | 150% | 05.03. WIPED |",
"connect": "95.156.230.44:28050",
"request": "95.156.230.44:28050",
"map": "VOID8KS5",
"gamemode": "7 Days To Die",
"version": "01.02.06",
"numplayers": 1,
"maxplayers": 45,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1759822265,
"last_update": 1775755226,
"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": 604,
"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/10403199");
$data = json_decode($json, true);
var_dump($data);