API для Official SA 2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "fe53fb02d3a14bd3bfc8e10c7ee58dec",
"steam_id": null,
"domain": null,
"id": 13653151,
"ip": "172.233.28.17",
"port": 31129,
"query": 31129,
"project_id": null,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1786577545,
"last_online": 1786465363,
"icon": null,
"name": "Official SA 2",
"connect": "172.233.28.17:31129",
"request": "172.233.28.17:31129",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.784",
"numplayers": 0,
"maxplayers": 115,
"bots": 0,
"secured": null,
"private": true,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786464811,
"last_update": 1786577545,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2413,
"language": "pt",
"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/13653151");
$data = json_decode($json, true);
var_dump($data);