Empyrion - Galactic Survival
API для NewAge,Русский Reforged Eden 2,PvPvE,CPU,VOLUME,FUN
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10252313json
{
"response": {
"steam_id": "90284562361408514",
"domain": null,
"id": 10252313,
"ip": "77.50.202.189",
"port": 26900,
"query": 26901,
"color": 0,
"city": "Moscow",
"description": null,
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1776409418,
"score": 0,
"last_online": 1776450639,
"icon": null,
"name": "NewAge,Русский Reforged Eden 2,PvPvE,CPU,VOLUME,FUN",
"connect": "77.50.202.189:26900",
"request": "77.50.202.189:26901",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 5,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1756986300,
"last_update": 1776450639,
"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": 40,
"language": "ru",
"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/10252313");
$data = json_decode($json, true);
var_dump($data);