API для Gentlemen
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:1040000,OWNINGID:90288844888572932,OWNINGNAME:Gentlemen,SESSIONFLAGS:43,ShortCode_s:8XX2S,GamePort_i:20000,SN_i:1",
"os": "w",
"product": "AbioticFactor",
"region": -1,
"steam_id": "90288844888572932",
"domain": null,
"id": 6697472,
"ip": "85.190.162.253",
"port": 20000,
"query": 20001,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1781160861,
"last_online": 1784052075,
"icon": null,
"name": "Gentlemen",
"connect": "85.190.162.253:20000",
"request": "85.190.162.253:20001",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1732097748,
"last_update": 1784052075,
"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": 596,
"language": "de",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6697472");
$data = json_decode($json, true);
var_dump($data);