API for General Marriott Hotel
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286568545968141",
"domain": null,
"id": 11543132,
"ip": "162.120.2.64",
"port": 2000,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Eschborn",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1779549814,
"last_online": 1780875695,
"icon": null,
"name": "General Marriott Hotel",
"connect": "162.120.2.64:2000",
"request": "162.120.2.64:2001",
"map": "cam_lao_nam",
"gamemode": "01 CO14: Eldest Son",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355482,
"last_update": 1780875695,
"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": 2770,
"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/11543132");
$data = json_decode($json, true);
var_dump($data);