API для [$2000][21/08] EliteArk NoTekSuit 15x 3man Isl1
JSON для программ, сайтов и прочего
text
json
{
"response": {
"isPve": false,
"modIds": "1340385,939055,928793,928708,936882,961504,947033,1022167,1154006,928501,982004,1233533,947733,1016938,1124586,959521,940975,931903,1360184,1446070,941450,1025502,952828,1541636,1103534,1514532",
"dayTime": 1,
"battleye": true,
"gameMode": "TestGameMode_C",
"clusterId": "fIPYUkk2vGAEEBU6kIYZ5LgvHcxGBSs6_pmmwSTFbT0",
"sessionId": "ce536746ae1b4cafb4cfe72b0413845b",
"modFileIds": "8695760,6562255,8542958,6601211,8663266,6855027,6950581,6652653,6568841,7909293,6636583,7814914,6570965,6571573,6570001,6571123,8697028,6570591,7481251,8638071,8637822,7876170,7276001,8624255,8395231,8275220",
"sessionName": "[$2000][21/08] EliteArk NoTekSuit 15x 3man Isl1 - (v92.45)",
"platformType": "PC+PS5+XSX+WINGDK",
"steam_id": null,
"domain": null,
"id": 13972520,
"ip": "31.214.216.69",
"port": 5100,
"query": 5100,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 2399830,
"owner": null,
"boosts": 1,
"last_offline": 1787332225,
"last_online": 1787425677,
"icon": null,
"name": "[$2000][21/08] EliteArk NoTekSuit 15x 3man Isl1",
"connect": "31.214.216.69:5100",
"request": "31.214.216.69:5100",
"map": "TheIsland_WP",
"gamemode": null,
"version": "92.45",
"numplayers": 48,
"maxplayers": 70,
"bots": null,
"secured": null,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 89,
"add_date": 1787332225,
"last_update": 1787425677,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 25,
"language": "de",
"parked": false,
"app": {
"id": 1626086,
"steam_id": 2399830,
"name": "ARK: Survival Ascended",
"url": "ark-survival-ascended"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13972520");
$data = json_decode($json, true);
var_dump($data);