Call of Duty 4: Modern Warfare
API for |ZA|SAB-MIX PRIVAT
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/380381json
{
"response": {
"steam_id": null,
"domain": null,
"id": 380381,
"ip": "46.174.55.245",
"port": 28963,
"query": 28963,
"color": 0,
"city": "Moscow",
"description": "",
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1777521798,
"score": null,
"last_online": 1777565434,
"icon": null,
"name": "|ZA|SAB-MIX PRIVAT",
"connect": "46.174.55.245:28963",
"request": "46.174.55.245:28963",
"map": "mp_vacant",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386-custom build 1221 Mar 27 2026",
"numplayers": 0,
"maxplayers": 22,
"bots": 8,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1597715526,
"last_update": 1777565434,
"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": 30,
"language": "ru",
"parked": false,
"app": {
"id": 1629111,
"steam_id": 7940,
"name": "Call of Duty 4: Modern Warfare",
"url": "call-of-duty-4-modern-warfare"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/380381");
$data = json_decode($json, true);
var_dump($data);