ATLAS
API для Oakken Ocean - (v560.3)
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11383984json
{
"response": {
"steam_id": "90285153580181507",
"domain": null,
"id": 11383984,
"ip": "71.163.26.142",
"port": 32104,
"query": 27004,
"color": 0,
"city": "Laurel",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1776991392,
"score": 0,
"last_online": 1777566627,
"icon": null,
"name": "Oakken Ocean - (v560.3)",
"connect": "71.163.26.142:32104",
"request": "71.163.26.142:27004",
"map": "Ocean",
"gamemode": "GG_Base_GameMode_C",
"version": "560.3",
"numplayers": 14,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 59,
"add_date": 1774596122,
"last_update": 1777566627,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11383984");
$data = json_decode($json, true);
var_dump($data);