API для Apartide
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789624893,
"app": {
"id": 67,
"name": "ARK: Survival Evolved",
"steam_id": 346110,
"url": "ark-survival-evolved"
},
"color": 0,
"connect": "80.190.83.80:28300",
"country": "GB",
"domain": null,
"game": 346110,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16636397,
"ip": "80.190.83.80",
"language": "en",
"last_update": 1789941452,
"map": "Ragnarok",
"maxplayers": 10,
"name": "Apartide",
"numplayers": 0,
"official": null,
"points": 0,
"port": 28300,
"private": true,
"project_id": null,
"pve": null,
"pvp": null,
"query": 28315,
"request": "80.190.83.80:28315",
"secured": false,
"status": false,
"steam_id": "90293080892024850",
"version": "361.7",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Портсмут",
"description": null,
"disabled_modules": [],
"gamemode": "TestGameMode_C",
"hidden": false,
"last_offline": 1789941452,
"last_online": 1789925320,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 10425,
"wipe_period": null,
"ModId_l": "0",
"P2PADDR": "90293080892024850",
"P2PPORT": "28300",
"LEGACY_i": "0",
"DayTime_s": "74",
"OWNINGNAME": "90293080892024850",
"listentype": "d",
"ClusterId_s": "GP_daad9b25df80693ae70af553b654567449543217a9f89dbd1c6160e4c63dc121",
"environment": "w",
"Networking_i": "0",
"SESSIONFLAGS": "1195",
"a2s_protocol": 17,
"MATCHTIMEOUT_f": "120.000000",
"NUMOPENPUBCONN": "7",
"SESSIONISPVE_i": "0",
"HASACTIVEMODS_i": "0",
"OFFICIALSERVER_i": "0",
"SEARCHKEYWORDS_s": "Custom",
"ServerPassword_b": "true",
"players_complete": true,
"CUSTOMSERVERNAME_s": "apartide",
"ALLOWDOWNLOADCHARS_i": "1",
"ALLOWDOWNLOADITEMS_i": "1",
"SERVERUSESBATTLEYE_b": "false"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16636397");
$data = json_decode($json, true);
var_dump($data);