API для Gateway 14 Nov 2023 Local
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "47c4873376a44653b8e8b92b12e92a8b",
"steam_id": null,
"domain": null,
"id": 14127424,
"ip": "86.144.143.238",
"port": 7778,
"query": 7778,
"project_id": null,
"color": 0,
"city": "Deal",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1788564533,
"last_online": 1787801418,
"icon": null,
"name": "Gateway 14 Nov 2023 Local",
"connect": "86.144.143.238:7778",
"request": "86.144.143.238:7778",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.12.51.02",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": null,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787800946,
"last_update": 1788564533,
"ban_reason": null,
"banned": false,
"hidden": 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": 2621,
"language": "en",
"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/14127424");
$data = json_decode($json, true);
var_dump($data);