Nuclear Option
[US PVE1] CritzOS | Voting, 10+ Missions, discord.critzaura.com के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11108891json
{
"response": {
"steam_id": "90285073408351236",
"domain": null,
"id": 11108891,
"ip": "99.9.209.139",
"port": 7777,
"query": 7778,
"color": 0,
"city": "Daly City",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1777503159,
"score": 0,
"last_online": 1777378847,
"icon": null,
"name": "[US PVE1] CritzOS | Voting, 10+ Missions, discord.critzaura.com",
"connect": "99.9.209.139:7777",
"request": "99.9.209.139:7778",
"map": null,
"gamemode": "Nuclear Option Server",
"version": "0.33.0",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770038225,
"last_update": 1777503159,
"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": 53,
"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/11108891");
$data = json_decode($json, true);
var_dump($data);