Space Engineers
API for Hosted by GTXGaming.co.uk
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10748840json
{
"response": {
"steam_id": "90284357490988047",
"domain": null,
"id": 10748840,
"ip": "104.249.62.175",
"port": 29761,
"query": 29761,
"color": 0,
"city": "Bend",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1774617146,
"score": 0,
"last_online": 1776405750,
"icon": null,
"name": "Hosted by GTXGaming.co.uk",
"connect": "104.249.62.175:29761",
"request": "104.249.62.175:29761",
"map": "Lost Colony",
"gamemode": "Space Engineers",
"version": "1207022",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766252352,
"last_update": 1776405750,
"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": 1149,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10748840");
$data = json_decode($json, true);
var_dump($data);