API для Age of Dino (SU) Sandbox
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1760179430,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "109.248.4.42:24387",
"country": "RU",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 10454754,
"ip": "109.248.4.42",
"language": "ru",
"last_update": 1790549221,
"map": "DV TestLevel",
"maxplayers": 100,
"name": "Age of Dino (SU) Sandbox",
"numplayers": 3,
"official": null,
"points": 32,
"port": 24387,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 24388,
"request": "109.248.4.42:24388",
"secured": true,
"status": true,
"steam_id": "90293574864115720",
"version": "0.1.8.1",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Москва",
"description": null,
"disabled_modules": [],
"gamemode": "Sandbox",
"hidden": false,
"last_offline": 1790548594,
"last_online": 1790549221,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 169,
"wipe_period": null,
"P2PADDR": "90293574864115720",
"P2PPORT": "24387",
"SECURE_b": "true",
"CONMETHOD": "P2P",
"OWNINGNAME": "90293574864115720",
"listentype": "d",
"environment": "w",
"SESSIONFLAGS": "651",
"a2s_protocol": 17,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10454754");
$data = json_decode($json, true);
var_dump($data);