API für =WIPED= Red Horizon — Raids — High FPS — Custom Events #3
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11537745,
"ip": "72.56.119.181",
"port": 28518,
"query": 15437,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780629803,
"last_online": 1780694419,
"icon": null,
"name": "=WIPED= Red Horizon — Raids — High FPS — Custom Events #3",
"connect": "72.56.119.181:28518",
"request": "72.56.119.181:15437",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 120,
"maxplayers": 127,
"bots": 120,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 96,
"add_date": 1779355342,
"last_update": 1780694419,
"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": 1476,
"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/11537745");
$data = json_decode($json, true);
var_dump($data);