API для EU | HetrixRust 2x Solo/Duo/Trio | No BP Wipe
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 231,
"fps_avg": 229,
"entities_count": 68307,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90285974440279062",
"domain": null,
"id": 11501075,
"ip": "78.46.96.179",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "\nHetrixRust | Best 2x Rust Servers\r\n\r\nMap Wipes: Biweekly\r\nBlueprint Wipes: Never\r\nGroup Size: 3\r\n\r\nLinks\r\n★ HetrixRust.net\r\n★ HetrixRust.net/discord\r\n\r\nFeatures\r\n★ 2x Gather Rate\r\n★ 2x Loot (No junk)\r\n★ 2x Crafting Speed\r\n★ 2x Recycler Speed\r\n★ 2x Smelting Speed\r\n★ Extended Workbench\r\n★ Trade System\r\n★ Day 60 Min / Night 5 Min\r\n\r\nOur staff team is available 24 hours a day on our Discord!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207167,
"last_online": 1779258017,
"icon": null,
"name": "EU | HetrixRust 2x Solo/Duo/Trio | No BP Wipe",
"connect": "78.46.96.179:28015",
"request": "78.46.96.179:28017",
"map": "HetrixRust Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207167,
"last_update": 1779258017,
"banned": false,
"wipe": 1778187206,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4737,
"language": "de",
"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/11501075");
$data = json_decode($json, true);
var_dump($data);