Empyrion - Galactic Survival
API for Terratoxic´s Imperium RE2 No Wipe Until DEZ 2027weight cpu o
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10318443json
{
"response": {
"steam_id": "90283495126293534",
"domain": null,
"id": 10318443,
"ip": "176.57.153.39",
"port": 8778,
"query": 8779,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1775345530,
"score": 0,
"last_online": 1776787261,
"icon": null,
"name": "Terratoxic´s Imperium RE2 No Wipe Until DEZ 2027weight cpu o",
"connect": "176.57.153.39:8778",
"request": "176.57.153.39:8779",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1758291381,
"last_update": 1776787261,
"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": 224,
"language": "de",
"parked": false,
"app": {
"id": 140,
"steam_id": 383120,
"name": "Empyrion - Galactic Survival",
"url": "empyrion-galactic-survival"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10318443");
$data = json_decode($json, true);
var_dump($data);