Empyrion - Galactic Survival
API для RE1.11 Atlantis New 2024 [GER]-(CPU/Weight off)-powered by Host
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/562293json
{
"response": {
"steam_id": "90284569490897921",
"domain": null,
"id": 562293,
"ip": "193.135.10.135",
"port": 20117,
"query": 20118,
"color": 0,
"city": "Wolfsburg",
"description": "",
"game": 383120,
"owner": null,
"boosts": 1,
"last_offline": 1774540921,
"score": null,
"last_online": 1776449561,
"icon": null,
"name": "RE1.11 Atlantis New 2024 [GER]-(CPU/Weight off)-powered by Host",
"connect": "193.135.10.135:20117",
"request": "193.135.10.135:20118",
"map": null,
"gamemode": "Empyrion - Galactic Survival",
"version": "v1.16.1",
"numplayers": 2,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1666647865,
"last_update": 1776449561,
"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": 31,
"language": "de",
"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/562293");
$data = json_decode($json, true);
var_dump($data);