NEBULOUS: Fleet Command
[ERI #6] Miramare - Casual Play (US EAST) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9561847json
{
"response": {
"steam_id": "90285163270066185",
"domain": null,
"id": 9561847,
"ip": "23.132.156.54",
"port": 7777,
"query": 27016,
"color": 0,
"city": "Newark",
"description": null,
"game": 887570,
"owner": null,
"boosts": 1,
"last_offline": 1773261134,
"score": 0,
"last_online": 1777608642,
"icon": null,
"name": "[ERI #6] Miramare - Casual Play (US EAST)",
"connect": "23.132.156.54:7777",
"request": "23.132.156.54:27016",
"map": "Ralas (10P)",
"gamemode": "1",
"version": "0.5.3.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750586652,
"last_update": 1777608642,
"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": 13,
"language": "en",
"parked": false,
"app": {
"id": 1559663,
"steam_id": 887570,
"name": "NEBULOUS: Fleet Command",
"url": "nebulous-fleet-command"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9561847");
$data = json_decode($json, true);
var_dump($data);