Call of Duty 4: Modern Warfare
nN| RotU-Revolution 0.7 | noname.zone के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/379296json
{
"response": {
"steam_id": null,
"domain": null,
"id": 379296,
"ip": "51.255.25.199",
"port": 1910,
"query": 1910,
"color": 0,
"city": "Roubaix",
"description": "",
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1768642935,
"score": null,
"last_online": 1777567284,
"icon": null,
"name": "nN| RotU-Revolution 0.7 | noname.zone",
"connect": "51.255.25.199:1910",
"request": "51.255.25.199:1910",
"map": "mp_surv_village",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - linux-i386 build 1154 May 1 2022",
"numplayers": 0,
"maxplayers": 64,
"bots": 32,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1597714591,
"last_update": 1777567284,
"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": 61,
"language": "fr",
"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": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/379296");
$data = json_decode($json, true);
var_dump($data);