Arma 3
API für Installment Icarus
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8607541json
{
"response": {
"steam_id": "90284591858081809",
"domain": null,
"id": 8607541,
"ip": "139.99.3.223",
"port": 2487,
"query": 2488,
"color": 0,
"city": "Singapore",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776822745,
"score": 0,
"last_online": 1776497426,
"icon": null,
"name": "Installment Icarus",
"connect": "139.99.3.223:2487",
"request": "139.99.3.223:2488",
"map": "Dibrova",
"gamemode": "Assignment%20Trebuchet",
"version": "2.20.152984",
"numplayers": 6,
"maxplayers": 11,
"bots": 0,
"secured": false,
"private": true,
"country": "SG",
"status": false,
"votes": 0,
"points": 25,
"add_date": 1744965944,
"last_update": 1776822745,
"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": 3162,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8607541");
$data = json_decode($json, true);
var_dump($data);