Empyrion - Galactic Survival
API for Dysfunctional Family | Custom RE2 | CPU/M/V ON
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9677792json
{
"response": {
"steam_id": "90284369383785488",
"domain": null,
"id": 9677792,
"ip": "67.146.3.161",
"port": 40010,
"query": 40011,
"color": 0,
"city": "Mount Joy",
"description": null,
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": 0,
"last_online": 1776232221,
"icon": null,
"name": "Dysfunctional Family | Custom RE2 | CPU/M/V ON",
"connect": "67.146.3.161:40010",
"request": "67.146.3.161:40011",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1751666160,
"last_update": 1776232221,
"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": 51,
"language": "en",
"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/9677792");
$data = json_decode($json, true);
var_dump($data);