API для IKUN阿木啊啊啊
JSON для программ, сайтов и прочего
text
json
{
"response": {
"S0": false,
"S4": 1,
"S7": 0,
"S8": 1,
"Sa": true,
"Sf": 0,
"Sl": 3,
"Sy": 2,
"Sz": 1,
"CSF": 0,
"S05": false,
"S15": 0,
"S21": 1,
"S22": 1,
"S23": 1,
"S24": 1,
"S25": false,
"S30": 0,
"S115": 1,
"S117": false,
"S118": 1,
"S119": false,
"S120": "",
"S122": true,
"S124": 0,
"S125": true,
"guid": "a4ebc17a3d81f7d59276d3790db1ba68",
"kdsUri": "https://todo",
"buildId": 373655,
"dedicated": false,
"serverUID": "a4ebc17a3d81f7d59276d3790db1ba68",
"steam_id": null,
"domain": null,
"id": 14094714,
"ip": "202.189.9.31",
"port": 22000,
"query": 22002,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1787724726,
"last_online": 1787998941,
"icon": null,
"name": "IKUN阿木啊啊啊",
"connect": "202.189.9.31:22000",
"request": "202.189.9.31:22002",
"map": "ConanSandbox",
"gamemode": "Conan Exiles",
"version": "373655",
"numplayers": 3,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1787724726,
"last_update": 1787998941,
"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": 19,
"language": "zh",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14094714");
$data = json_decode($json, true);
var_dump($data);