Arma Reforger
API für [RU] #1 | ARMA-RUSSIAN.RU | RUSSIAN SERVER | VANILLA CONFLICT EVERON
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11143063json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11143063,
"ip": "37.48.253.41",
"port": 17771,
"query": 17771,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1774884728,
"score": 3,
"last_online": 1776255611,
"icon": null,
"name": "[RU] #1 | ARMA-RUSSIAN.RU | RUSSIAN SERVER | VANILLA CONFLICT EVERON",
"connect": "37.48.253.41:17771",
"request": "37.48.253.41:17771",
"map": "#AR-Campaign_ScenarioName_Everon",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 125,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1771196774,
"last_update": 1776255611,
"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": 4,
"language": "ru",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11143063");
$data = json_decode($json, true);
var_dump($data);