Space Engineers
BisectHosting Server - dfcd78f0 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11366381json
{
"response": {
"steam_id": "90285249060312083",
"domain": null,
"id": 11366381,
"ip": "216.225.150.138",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Cleveland",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1776413023,
"score": 0,
"last_online": 1777734705,
"icon": null,
"name": "BisectHosting Server - dfcd78f0",
"connect": "216.225.150.138:25565",
"request": "216.225.150.138:25565",
"map": "RHI Sol Survival 2.0",
"gamemode": "Space Engineers",
"version": "1208015",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774595219,
"last_update": 1777734705,
"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": 1882,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11366381");
$data = json_decode($json, true);
var_dump($data);