Nuclear Option
[Dedicated] IntegrityGaming.org #2 | Visit website for Discord के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11108870json
{
"response": {
"steam_id": "90284552673565720",
"domain": null,
"id": 11108870,
"ip": "40.160.19.222",
"port": 7787,
"query": 7788,
"color": 0,
"city": "Reston",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1770038225,
"score": 0,
"last_online": 1777497686,
"icon": null,
"name": "[Dedicated] IntegrityGaming.org #2 | Visit website for Discord",
"connect": "40.160.19.222:7787",
"request": "40.160.19.222:7788",
"map": "Ignus Archipelago | Integrity T",
"gamemode": "Nuclear Option Server",
"version": "0.33.0",
"numplayers": 0,
"maxplayers": 56,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770038225,
"last_update": 1777497686,
"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": 20,
"language": "en",
"parked": false,
"app": {
"id": 1615382,
"steam_id": 2168680,
"name": "Nuclear Option",
"url": "nuclear-option"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11108870");
$data = json_decode($json, true);
var_dump($data);