Empyrion - Galactic Survival
API for [RU]Ласточкино гнездо (Reforged Eden 2 Beta)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/562454json
{
"response": {
"steam_id": "90284536040676361",
"domain": null,
"id": 562454,
"ip": "31.130.43.12",
"port": 30000,
"query": 30001,
"color": 0,
"city": "Moscow",
"description": "",
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1776368620,
"score": 5,
"last_online": 1776453712,
"icon": null,
"name": "[RU]Ласточкино гнездо (Reforged Eden 2 Beta)",
"connect": "31.130.43.12:30000",
"request": "31.130.43.12:30001",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1666647923,
"last_update": 1776453712,
"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": 89,
"language": "ru",
"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/562454");
$data = json_decode($json, true);
var_dump($data);