Call of Duty 4: Modern Warfare
GamePolis COD4X HARD SD के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11252413json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252413,
"ip": "193.33.160.96",
"port": 29960,
"query": 29960,
"color": 0,
"city": "Khabarovsk",
"description": null,
"game": 7940,
"owner": null,
"boosts": 1,
"last_offline": 1775904717,
"score": 0,
"last_online": 1775947839,
"icon": null,
"name": "GamePolis COD4X HARD SD",
"connect": "193.33.160.96:29960",
"request": "193.33.160.96:29960",
"map": "mp_crash",
"gamemode": "Call of Duty 4 - Modern Warfare",
"version": "CoD4 X - win_mingw-x86 build 1153 May 1 2022",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1773836755,
"last_update": 1775947839,
"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": 88,
"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": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11252413");
$data = json_decode($json, true);
var_dump($data);