API для Server Suspended | Aurex Hostings For assistance, Please reach out to support.
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1780519132,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "rgs.mcc.lk:2112",
"country": "SG",
"domain": "rgs.mcc.lk",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11750756,
"ip": "15.235.181.126",
"language": "en",
"last_update": 1790453733,
"map": null,
"maxplayers": 100,
"name": "Server Suspended | Aurex Hostings For assistance, Please reach out to support.",
"numplayers": 0,
"official": null,
"points": 30,
"port": 2112,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 2112,
"request": "15.235.181.126:2112",
"secured": null,
"status": true,
"steam_id": null,
"version": "✘ Aurex Hostings",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сингапур",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790447170,
"last_online": 1790453733,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 3464,
"wipe_period": null,
"protocol": 762
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11750756");
$data = json_decode($json, true);
var_dump($data);