Call of Duty 4: Modern Warfare
API for UpT#Sniper Only Promod Join Discord!
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4382745json
{
"response": {
"steam_id": null,
"domain": null,
"id": 4382745,
"ip": "45.93.250.242",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Markdorf",
"description": "",
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1775683326,
"score": 0,
"last_online": 1775942419,
"icon": null,
"name": "UpT#Sniper Only Promod Join Discord!",
"connect": "45.93.250.242:27016",
"request": "45.93.250.242:27016",
"map": "mp_modern_rust",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386 build 1154 May 1 2022",
"numplayers": 6,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 47,
"add_date": 1716207900,
"last_update": 1775942419,
"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": 14,
"language": "de",
"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/4382745");
$data = json_decode($json, true);
var_dump($data);