Call of Duty 4: Modern Warfare
API für ***������� ������*** ���� �������: www.codbteam.ru
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11143235json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11143235,
"ip": "5.42.211.97",
"port": 28961,
"query": 28961,
"color": 0,
"city": "Moscow",
"description": null,
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1774787533,
"score": 0,
"last_online": 1775949030,
"icon": null,
"name": "***������� ������*** ���� �������: www.codbteam.ru",
"connect": "5.42.211.97:28961",
"request": "5.42.211.97:28961",
"map": "mp_overgrown",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386-custom build 1211 Feb 4 2025",
"numplayers": 0,
"maxplayers": 18,
"bots": 10,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1771537980,
"last_update": 1775949030,
"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": 85,
"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": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11143235");
$data = json_decode($json, true);
var_dump($data);