API для Black Covenant | 3X | trio | Monthly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 116,
"fps_avg": 112,
"entities_count": 47096,
"world_seed": 8675309,
"world_size": 3000,
"steam_id": "90286585313653773",
"domain": null,
"id": 11645077,
"ip": "198.73.57.138",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Clifton",
"description": "\nWelcome to Black Covenant 3X — a fast‑paced, boosted Rust experience forged in chaos and competition.\r\n\r\n• 3X Gather Rates\r\n• One Free Starter Kit (Bow • Clothing • Tools)\r\n\r\n• Trio Max Team Size\r\n• Active Admins • Fair Play • No Cheaters\r\n\r\nBuild, raid, survive — and rise through the covenant.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177445,
"last_online": 1780607433,
"icon": null,
"name": "Black Covenant | 3X | trio | Monthly",
"connect": "198.73.57.138:28015",
"request": "198.73.57.138:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2624",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177445,
"last_update": 1780607433,
"banned": false,
"wipe": 1778189474,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5418,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11645077");
$data = json_decode($json, true);
var_dump($data);