Arma 3
API for CodeFourGaming - King of the Hill EU#5 - Infantry
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1328005json
{
"response": {
"steam_id": 90284572109704200,
"domain": null,
"id": 1328005,
"ip": "51.195.68.16",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Limburg an der Lahn",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1772495490,
"score": null,
"last_online": 1776453011,
"icon": null,
"name": "CodeFourGaming - King of the Hill EU#5 - Infantry",
"connect": "51.195.68.16:2302",
"request": "51.195.68.16:2303",
"map": "Altis",
"gamemode": "King of the Hill by Sa-Matra (v17, Infantry)",
"version": "2.20.153495",
"numplayers": 111,
"maxplayers": 115,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1692956331,
"last_update": 1776453011,
"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": 7,
"language": "de",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1328005");
$data = json_decode($json, true);
var_dump($data);