Call of Duty 4: Modern Warfare
API for ***��������+�����*** ���� �������: vk.com/codbteam
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11143234json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11143234,
"ip": "5.42.211.97",
"port": 28960,
"query": 28960,
"color": 0,
"city": "Moscow",
"description": null,
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1774069917,
"score": 0,
"last_online": 1775942410,
"icon": null,
"name": "***��������+�����*** ���� �������: vk.com/codbteam",
"connect": "5.42.211.97:28960",
"request": "5.42.211.97:28960",
"map": "mp_strike",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386-custom build 1207 Feb 21 2024",
"numplayers": 21,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 107,
"add_date": 1771537920,
"last_update": 1775942410,
"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": 3,
"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/11143234");
$data = json_decode($json, true);
var_dump($data);