Arma 3
API für FR - ARMA FOR LIFE - www.mrratsuper.com
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/851949json
{
"response": {
"steam_id": 90284573539756060,
"domain": null,
"id": 851949,
"ip": "141.94.96.13",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Strasbourg",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776402224,
"score": null,
"last_online": 1776456616,
"icon": null,
"name": "FR - ARMA FOR LIFE - www.mrratsuper.com",
"connect": "141.94.96.13:2302",
"request": "141.94.96.13:2303",
"map": "arm4life_vicecity",
"gamemode": "ARMA FOR LIFE",
"version": "2.20.152984",
"numplayers": 68,
"maxplayers": 110,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 76,
"add_date": 1684657226,
"last_update": 1776456616,
"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": 17,
"language": "fr",
"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/851949");
$data = json_decode($json, true);
var_dump($data);