API для Mein Evrima Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "cd5af192e7c74bb28c3534797371a3c9",
"steam_id": null,
"domain": null,
"id": 13698617,
"ip": "93.128.141.106",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Berlin",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1786739620,
"last_online": 1786638650,
"icon": null,
"name": "Mein Evrima Server",
"connect": "93.128.141.106:7777",
"request": "93.128.141.106:7777",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.784",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786636972,
"last_update": 1786739620,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1890,
"language": "de",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13698617");
$data = json_decode($json, true);
var_dump($data);