Call of Duty 4: Modern Warfare
API for [FNRP] Rotu 1.15 Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/238971json
{
"response": {
"steam_id": null,
"domain": null,
"id": 238971,
"ip": "85.17.140.76",
"port": 28960,
"query": 28960,
"color": 0,
"city": "The Hague",
"description": "",
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1773700920,
"score": null,
"last_online": 1775946639,
"icon": null,
"name": "[FNRP] Rotu 1.15 Server",
"connect": "85.17.140.76:28960",
"request": "85.17.140.76:28960",
"map": "mp_surv_zombiedesert",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386 build 1154 May 1 2022",
"numplayers": 0,
"maxplayers": 62,
"bots": 20,
"secured": false,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1583081797,
"last_update": 1775946639,
"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": 43,
"language": "nl",
"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/238971");
$data = json_decode($json, true);
var_dump($data);