The Isle
API для The Nublar | 10X Growth | EU | discord.gg/R94bYcwF
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11488188json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488188,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Stockholm",
"description": null,
"game": 376210,
"owner": 185615,
"boosts": 1,
"last_offline": 1777269154,
"score": 5,
"last_online": 1776345023,
"icon": null,
"name": "The Nublar | 10X Growth | EU | discord.gg/R94bYcwF",
"connect": null,
"request": null,
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.1417",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": null,
"private": false,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775333266,
"last_update": 1777269154,
"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": 320,
"language": "en",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "w4uaaa",
"avatar": "d9cc3fac-b95a-4e85-b598-bb4ca69e93e9.jpg",
"last_online": 1775515158
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11488188");
$data = json_decode($json, true);
var_dump($data);