DayZ
API für NOVA | Co-op PvE / PvP Deathmatch | Persistent Gear | Chernarus
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10536875json
{
"response": {
"steam_id": "90284109683476484",
"domain": null,
"id": 10536875,
"ip": "146.59.15.50",
"port": 2303,
"query": 27016,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1768642810,
"score": 0,
"last_online": 1776786069,
"icon": null,
"name": "NOVA | Co-op PvE / PvP Deathmatch | Persistent Gear | Chernarus",
"connect": "146.59.15.50:2303",
"request": "146.59.15.50:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762519728,
"last_update": 1776786069,
"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": 3175,
"language": "pl",
"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/10536875");
$data = json_decode($json, true);
var_dump($data);