DayZ
API für [ESP] AUSTRAL ZETA - Namalsk | 1PP | Vanilla+ | Winter Survival
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10900120json
{
"response": {
"steam_id": "90285747366448143",
"domain": null,
"id": 10900120,
"ip": "213.239.208.170",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Falkenstein",
"description": "AUSTRAL ZETA – Vanilla+ Winter Survival. Frío, escasez y wipes frecuentes. DayZ como debe ser. Discord: Aust",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1774623146,
"score": 0,
"last_online": 1778770823,
"icon": null,
"name": "[ESP] AUSTRAL ZETA - Namalsk | 1PP | Vanilla+ | Winter Survival",
"connect": "213.239.208.170:2302",
"request": "213.239.208.170:2303",
"map": "namalsk",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768385360,
"last_update": 1778770823,
"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": 519,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10900120");
$data = json_decode($json, true);
var_dump($data);