Space Engineers
Hosted by GTXGaming.co.uk के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11449447json
{
"response": {
"steam_id": "90284390497987606",
"domain": null,
"id": 11449447,
"ip": "208.115.251.67",
"port": 29612,
"query": 29612,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1776193923,
"score": 0,
"last_online": 1776447665,
"icon": null,
"name": "Hosted by GTXGaming.co.uk",
"connect": "208.115.251.67:29612",
"request": "208.115.251.67:29612",
"map": "Jackal Adventures",
"gamemode": "Space Engineers",
"version": "1208015",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977976,
"last_update": 1776447665,
"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": 2374,
"language": "de",
"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/11449447");
$data = json_decode($json, true);
var_dump($data);