Rust
API для Bestrust Solo/Duo/Trio/Quad/MAX6 2x #6 | NEXT FULLWIPE in 15 ho
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10815507json
{
"response": {
"steam_id": "90284664718771227",
"domain": null,
"id": 10815507,
"ip": "141.11.117.21",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo/Duo/Trio/Quad/MAX6 2x #6!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Wednesday at 19:45 CEST\n• Fullwipes Every Sunday at 19:45 CEST\n- Last Wipe: 19.04 19:45 CEST Type: Full Wipe\n- Next Wipe: 22.04 19:45 CEST in 15 hours Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 6\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776274914,
"score": 0,
"last_online": 1776825621,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad/MAX6 2x #6 | NEXT FULLWIPE in 15 ho",
"connect": "141.11.117.21:28015",
"request": "141.11.117.21:28017",
"map": "Wiped 2 days ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109943,
"last_update": 1776825621,
"banned": false,
"wipe": 1776620492,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4085,
"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/10815507");
$data = json_decode($json, true);
var_dump($data);