API для JLAN
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "AbioticFactor",
"gametype": "BUILDID:1040000,OWNINGID:90289061654952970,OWNINGNAME:JLAN,SESSIONFLAGS:43,ShortCode_s:F9G1J,GamePort_i:7777,Locked_b:true",
"dedicated": true,
"steam_id": "90289061654952970",
"domain": null,
"id": 12334153,
"ip": "46.59.28.205",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Västerås",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1787092276,
"last_online": 1787766154,
"icon": null,
"name": "JLAN",
"connect": "46.59.28.205:7777",
"request": "46.59.28.205:27015",
"map": null,
"gamemode": null,
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1784194867,
"last_update": 1787766154,
"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": 1499,
"language": "sv",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12334153");
$data = json_decode($json, true);
var_dump($data);