DayZ
API für DOWNBAD | US2 | LIVONIA | SOLO DUO TRIOS | Discord.gg/downbadda
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7660872json
{
"response": {
"steam_id": "90285156769543198",
"domain": null,
"id": 7660872,
"ip": "216.39.241.190",
"port": 2402,
"query": 27016,
"color": 0,
"city": "Dallas",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1777504398,
"score": 0,
"last_online": 1777542629,
"icon": null,
"name": "DOWNBAD | US2 | LIVONIA | SOLO DUO TRIOS | Discord.gg/downbadda",
"connect": "216.39.241.190:2402",
"request": "216.39.241.190:27016",
"map": "Enoch",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 21,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1739554359,
"last_update": 1777542629,
"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": 681,
"language": "en",
"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/7660872");
$data = json_decode($json, true);
var_dump($data);