API для BrowserListNameServer - Oxide By - lox
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "mp100,cp0,ptrak,qp0,v2388,h8005aa4a,stok,born1784789862,gmrust,cs81925,oxide,modded",
"os": "w",
"product": "480",
"region": -1,
"steam_id": "90289629929692176",
"domain": null,
"id": 12488301,
"ip": "95.215.125.124",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Ust'-Kut",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1785608644,
"last_online": 1785059400,
"icon": null,
"name": "BrowserListNameServer - Oxide By - lox",
"connect": "95.215.125.124:28015",
"request": "95.215.125.124:28017",
"map": "Procedural Map",
"gamemode": null,
"version": "2388",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784696512,
"last_update": 1785608644,
"ban_reason": null,
"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": 2584,
"language": "ru",
"parked": false,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12488301");
$data = json_decode($json, true);
var_dump($data);