Arma 3
API für Antistasi Ultimate AETHERIA
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11328136json
{
"response": {
"steam_id": "90284079036322824",
"domain": null,
"id": 11328136,
"ip": "23.109.123.133",
"port": 3705,
"query": 3706,
"color": 0,
"city": "Moscow",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1774594208,
"score": 0,
"last_online": 1776822691,
"icon": null,
"name": "Antistasi Ultimate AETHERIA",
"connect": "23.109.123.133:3705",
"request": "23.109.123.133:3706",
"map": "green_sea",
"gamemode": "Antistasi Ultimate - Green Sea",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774594208,
"last_update": 1776822691,
"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": 2794,
"language": "ru",
"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/11328136");
$data = json_decode($json, true);
var_dump($data);