API для Los Netos
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "The Forest",
"gametype": "a9670ea3-6ff2-4d63-8f43-f7da2b9dc40d;__95F414C35DF064A69E628D8344EE5FAC1D8406506A1C0929B8629C37EA18B5C4",
"dedicated": true,
"steam_id": "90291429446521868",
"domain": null,
"id": 14007905,
"ip": "181.64.4.165",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Lima",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1787763335,
"last_online": 1787454738,
"icon": null,
"name": "Los Netos",
"connect": "181.64.4.165:27015",
"request": "181.64.4.165:27016",
"map": "Hard",
"gamemode": null,
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "PE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787454139,
"last_update": 1787763335,
"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": 330,
"language": "es",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14007905");
$data = json_decode($json, true);
var_dump($data);