API для Clean Test Cluster
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1788554460,
"app": {
"id": 147,
"name": "Don't Starve Together",
"steam_id": 322330,
"url": "dont-starve-together"
},
"color": 0,
"connect": "75.36.199.169:10998",
"country": "US",
"domain": null,
"game": 322330,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 14596230,
"ip": "75.36.199.169",
"language": "en",
"last_update": 1790391739,
"map": null,
"maxplayers": 6,
"name": "Clean Test Cluster",
"numplayers": 0,
"official": null,
"points": 30,
"port": 10998,
"private": false,
"project_id": null,
"pve": null,
"pvp": 0,
"query": 10998,
"request": "75.36.199.169:10998",
"secured": null,
"status": true,
"steam_id": null,
"version": "728321",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": null,
"city": "Хьюстон",
"description": null,
"disabled_modules": [],
"gamemode": "survival",
"hidden": false,
"last_offline": 1788554460,
"last_online": 1790391739,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1229,
"wipe_period": null,
"paused": false,
"season": "autumn",
"lanonly": false,
"dedicated": true,
"clienthosted": false,
"directory_id": "78feaf7e3d2ed10bd3d0a9f080b562dc"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14596230");
$data = json_decode($json, true);
var_dump($data);