Empyrion - Galactic Survival
API for [EU/GER]Heckenpenner|RE2|PvPvE|NewStart
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11213033json
{
"response": {
"steam_id": "90284560011932692",
"domain": null,
"id": 11213033,
"ip": "88.214.57.151",
"port": 30000,
"query": 30001,
"color": 0,
"city": "Münster",
"description": null,
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1776396221,
"score": 0,
"last_online": 1776452443,
"icon": null,
"name": "[EU/GER]Heckenpenner|RE2|PvPvE|NewStart",
"connect": "88.214.57.151:30000",
"request": "88.214.57.151:30001",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "83955713",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1772700983,
"last_update": 1776452443,
"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": 52,
"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/11213033");
$data = json_decode($json, true);
var_dump($data);