DayZ
API für #JohnysGroupPvP Deathmatch 3PP Tisy | 408 | Leaderboard | FastM
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9961846json
{
"response": {
"steam_id": "90285068539615249",
"domain": null,
"id": 9961846,
"ip": "46.4.225.216",
"port": 12302,
"query": 12303,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1777486358,
"score": 0,
"last_online": 1777371163,
"icon": null,
"name": "#JohnysGroupPvP Deathmatch 3PP Tisy | 408 | Leaderboard | FastM",
"connect": "46.4.225.216:12302",
"request": "46.4.225.216:12303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754357576,
"last_update": 1777486358,
"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": 3691,
"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/9961846");
$data = json_decode($json, true);
var_dump($data);