Nuclear Option
GameServer के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11108882json
{
"response": {
"steam_id": "90285114345421832",
"domain": null,
"id": 11108882,
"ip": "74.91.126.99",
"port": 7777,
"query": 7778,
"color": 0,
"city": "Dallas",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1777503158,
"score": 0,
"last_online": 1777454446,
"icon": null,
"name": "GameServer",
"connect": "74.91.126.99:7777",
"request": "74.91.126.99:7778",
"map": "Heartland | Free Flight - Fun",
"gamemode": "Nuclear Option Server",
"version": "0.33.0_com.nikkorap.blueprinter-v1.8.17_--Aryx MC-260 Chimera-v1.0.5_--bote-v1.3.3_--kar-v1.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770038225,
"last_update": 1777503158,
"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": 52,
"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/11108882");
$data = json_decode($json, true);
var_dump($data);