Rust
API для KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9647468json
{
"response": {
"steam_id": "90285141657388043",
"domain": null,
"id": 9647468,
"ip": "91.229.114.53",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Chicago",
"description": "\n1000X modded optimized for PvP and raiding. 100+ air drops per hour. \n\n- Kits / Clans / Always Day / TC & lock sharing\n- Homes / TP / Spawn Minicopters / Box Sorter \n\nAI powered admin and anti-cheat software\nHigh quality DDoS protected dedicated hardware\nCustom plugins unique to our servers\n\nVisit https://kaboomrust.com\nWipes EVERY 3 DAYS at 16:00 (4:00pm) USA CT\n\nDiscord: https://discord.gg/4e6A32Z7Bm",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777296803,
"score": 0,
"last_online": 1777654221,
"icon": null,
"name": "KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS",
"connect": "91.229.114.53:28014",
"request": "91.229.114.53:28015",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 33,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1751369606,
"last_update": 1777654221,
"banned": false,
"wipe": 1777497097,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 930,
"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/9647468");
$data = json_decode($json, true);
var_dump($data);