ATLAS
API для Freeport PVE - (v560.3)
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11384150json
{
"response": {
"steam_id": "90285170091031575",
"domain": null,
"id": 11384150,
"ip": "76.20.121.254",
"port": 5910,
"query": 57710,
"color": 0,
"city": "Visalia",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1777558393,
"score": 0,
"last_online": 1777569020,
"icon": null,
"name": "Freeport PVE - (v560.3)",
"connect": "76.20.121.254:5910",
"request": "76.20.121.254:57710",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 18,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1774596127,
"last_update": 1777569020,
"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": 7,
"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/11384150");
$data = json_decode($json, true);
var_dump($data);