The Isle
API для Age of Dino (SU) Sandbox
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10454754json
{
"response": {
"steam_id": "90284539962594312",
"domain": null,
"id": 10454754,
"ip": "109.248.4.42",
"port": 24387,
"query": 24388,
"color": 0,
"city": "Moscow",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1775745207,
"score": 0,
"last_online": 1776435618,
"icon": null,
"name": "Age of Dino (SU) Sandbox",
"connect": "109.248.4.42:24387",
"request": "109.248.4.42:24388",
"map": "DV TestLevel",
"gamemode": "Sandbox",
"version": "0.1.8.1",
"numplayers": 80,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1760179430,
"last_update": 1776435618,
"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": 17,
"language": "ru",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10454754");
$data = json_decode($json, true);
var_dump($data);