Arma 3
API für vinny on DESKTOP-Q8MSPEU
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11328156json
{
"response": {
"steam_id": "90284617776120837",
"domain": null,
"id": 11328156,
"ip": "47.153.159.72",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Huntington Beach",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776822745,
"score": 0,
"last_online": 1776532350,
"icon": null,
"name": "vinny on DESKTOP-Q8MSPEU",
"connect": "47.153.159.72:2302",
"request": "47.153.159.72:2303",
"map": "Malden",
"gamemode": "Malden%202026",
"version": "2.20.152984",
"numplayers": 1,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 21,
"add_date": 1774594209,
"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": 3171,
"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/11328156");
$data = json_decode($json, true);
var_dump($data);