API для [SEA/VN] ISLE.VN - Gacha SV3 - Discord.gg/islevn
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1787354543,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "15.235.226.98:7777",
"country": "SG",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 13979542,
"ip": "15.235.226.98",
"language": "en",
"last_update": 1790548557,
"map": "Gateway",
"maxplayers": 300,
"name": "[SEA/VN] ISLE.VN - Gacha SV3 - Discord.gg/islevn",
"numplayers": 32,
"official": false,
"points": 39,
"port": 7777,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 7777,
"request": "15.235.226.98:7777",
"secured": null,
"status": true,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сингапур",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790097886,
"last_online": 1790548557,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 105,
"wipe_period": null,
"eosSessionId": "17c740a37af9420899bba8e7e5a1100b"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13979542");
$data = json_decode($json, true);
var_dump($data);