Empyrion - Galactic Survival
API для Zombie Lynx Reforged Eden 2 PVP
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7068948json
{
"response": {
"steam_id": "90284394492021765",
"domain": null,
"id": 7068948,
"ip": "108.88.18.65",
"port": 30000,
"query": 30001,
"color": 0,
"city": "Murfreesboro",
"description": null,
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1775238131,
"score": 0,
"last_online": 1776973852,
"icon": null,
"name": "Zombie Lynx Reforged Eden 2 PVP",
"connect": "108.88.18.65:30000",
"request": "108.88.18.65:30001",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1735750358,
"last_update": 1776973852,
"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": 143,
"language": "en",
"parked": false,
"app": {
"id": 140,
"steam_id": 383120,
"name": "Empyrion - Galactic Survival",
"url": "empyrion-galactic-survival"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7068948");
$data = json_decode($json, true);
var_dump($data);