API for =LoyalGames.Eu=#4 | US - IRAQ | Helis | ARTY |
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286197309833223",
"domain": null,
"id": 11143330,
"ip": "155.4.94.155",
"port": 27022,
"query": 27023,
"color": 0,
"city": "Lomma",
"description": "[BigLearning](https://steamcommunity.com/sharedfiles/filedetails/?id=2947290153)\r\n[ADesertStormPack](https://steamcommunity.com/sharedfiles/filedetails/?id=3151282430)",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1778354584,
"last_online": 1779905410,
"icon": null,
"name": "=LoyalGames.Eu=#4 | US - IRAQ | Helis | ARTY |",
"connect": "155.4.94.155:27022",
"request": "155.4.94.155:27023",
"map": "Al Dhakir",
"gamemode": "OHD Vehicle Overhaul",
"version": "89",
"numplayers": 61,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 156,
"add_date": 1771694103,
"last_update": 1779905410,
"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": 2,
"language": "sv",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11143330");
$data = json_decode($json, true);
var_dump($data);