API for [3PzG] Polish Server (https://discord.gg/yf9Egj2Kz7)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286208562008079",
"domain": null,
"id": 11587858,
"ip": "5.45.108.147",
"port": 7787,
"query": 27165,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 736220,
"owner": null,
"boosts": 1,
"last_offline": 1779357503,
"last_online": 1779816704,
"icon": null,
"name": "[3PzG] Polish Server (https://discord.gg/yf9Egj2Kz7)",
"connect": "5.45.108.147:7787",
"request": "5.45.108.147:27165",
"map": "PSRM_Cagny",
"gamemode": "Realism Scrim",
"version": "v2.6.1.566911",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357503,
"last_update": 1779816704,
"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": 37,
"language": "de",
"parked": false,
"app": {
"id": 19973,
"steam_id": 736220,
"name": "Squad 44",
"url": "squad-44"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11587858");
$data = json_decode($json, true);
var_dump($data);