API für [JFG]Epoch/Origins|TANKS|AlienRifle|COIN|TELEPORTER|MODDED(1.0.
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286426979035147",
"domain": null,
"id": 11586735,
"ip": "207.53.201.84",
"port": 2312,
"query": 2313,
"color": 0,
"city": "Westminster",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1779357376,
"last_online": 1780202569,
"icon": null,
"name": "[JFG]Epoch/Origins|TANKS|AlienRifle|COIN|TELEPORTER|MODDED(1.0.",
"connect": "207.53.201.84:2312",
"request": "207.53.201.84:2313",
"map": null,
"gamemode": "Arma OA",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357376,
"last_update": 1780202569,
"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": 150,
"language": "en",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11586735");
$data = json_decode($json, true);
var_dump($data);