API для Relic Factor
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:1040001,OWNINGID:90290096720518147,OWNINGNAME:Relic Factor,SESSIONFLAGS:43,ShortCode_s:WMI8T,GamePort_i:27025,SN_i:2",
"os": "l",
"product": "AbioticFactor",
"region": -1,
"steam_id": "90290096720518147",
"domain": null,
"id": 12059034,
"ip": "54.38.195.154",
"port": 27025,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1784326629,
"last_online": 1785777600,
"icon": null,
"name": "Relic Factor",
"connect": "54.38.195.154:27025",
"request": "54.38.195.154:27015",
"map": null,
"gamemode": null,
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": null,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783800159,
"last_update": 1785777600,
"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": 1704,
"language": "pl",
"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/12059034");
$data = json_decode($json, true);
var_dump($data);