Core Keeper
API для A BisectHosting CoreKeeper Server - 267c6663
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10883329json
{
"response": {
"steam_id": "90283292929727517",
"domain": null,
"id": 10883329,
"ip": "172.245.215.233",
"port": 9075,
"query": 9076,
"color": 0,
"city": "Buffalo",
"description": null,
"game": 1621690,
"owner": null,
"boosts": 1,
"last_offline": 1774156928,
"score": 0,
"last_online": 1777323681,
"icon": null,
"name": "A BisectHosting CoreKeeper Server - 267c6663",
"connect": "172.245.215.233:9075",
"request": "172.245.215.233:9076",
"map": null,
"gamemode": "Core Keeper",
"version": "1.2.0.6-8249",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768320949,
"last_update": 1777323681,
"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": 221,
"language": "en",
"parked": false,
"app": {
"id": 1560042,
"steam_id": 1621690,
"name": "Core Keeper",
"url": "core-keeper"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10883329");
$data = json_decode($json, true);
var_dump($data);