API для Alexius's Laboratory
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286716679361545",
"domain": null,
"id": 11769033,
"ip": "2.59.134.137",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1780934214,
"last_online": 1781016655,
"icon": null,
"name": "Alexius's Laboratory",
"connect": "2.59.134.137:7777",
"request": "2.59.134.137:27015",
"map": "pc-docks",
"gamemode": "PCTeamDeathMatchGame",
"version": "3.3.2",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1780934214,
"last_update": 1781016655,
"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": 12,
"language": "de",
"parked": false,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11769033");
$data = json_decode($json, true);
var_dump($data);