Rust
API для Bestrust Solo ONLY 2x #2 | NEXT FULLWIPE in 1 hour 12.05
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11159989json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 124577,
"world_seed": 1337,
"world_size": 3499,
"steam_id": "90285502224692228",
"domain": null,
"id": 11159989,
"ip": "141.11.117.62",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo ONLY 2x #2!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Tuesday at 16:45 CEST\n• Fullwipes Every Friday at 16:45 CEST\n- Last Wipe: 08.05 16:45 CEST Type: Full Wipe\n- Next Wipe: 12.05 16:45 CEST in 1 hour Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778000588,
"score": 0,
"last_online": 1778593217,
"icon": null,
"name": "Bestrust Solo ONLY 2x #2 | NEXT FULLWIPE in 1 hour 12.05",
"connect": "141.11.117.62:28015",
"request": "141.11.117.62:28017",
"map": "Wiped 3 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 8,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1772228149,
"last_update": 1778593217,
"banned": false,
"wipe": 1778251332,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1493,
"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/11159989");
$data = json_decode($json, true);
var_dump($data);