DayZ
API für GeoWorld DayZ
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10415499json
{
"response": {
"steam_id": "90285167042605064",
"domain": null,
"id": 10415499,
"ip": "46.10.204.99",
"port": 7910,
"query": 27080,
"color": 0,
"city": "Sofia",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1777551795,
"score": 0,
"last_online": 1777566161,
"icon": null,
"name": "GeoWorld DayZ",
"connect": "46.10.204.99:7910",
"request": "46.10.204.99:27080",
"map": "chernarusplus",
"gamemode": null,
"version": "1.27.159674",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "BG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759825057,
"last_update": 1777566161,
"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": 2488,
"language": "bg",
"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/10415499");
$data = json_decode($json, true);
var_dump($data);