API dla RUSTY BURGER - Solo/Duo/Trio | Monthly | Low Upkeep
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 92,
"fps_avg": 94,
"entities_count": 118167,
"world_seed": 744669880,
"world_size": 4250,
"steam_id": "90286584719233029",
"domain": null,
"id": 4666132,
"ip": "54.37.245.179",
"port": 28415,
"query": 28416,
"color": 0,
"city": "London",
"description": "\n**Make your Steam profile public to play on this server.**\r\n This is to stop new Steam accounts, used by cheaters, from joining our server.\r\n\r\n- Noob friendly server.\r\n- Discord: https://discord.gg/7T7ZYEU\r\n- Website: https://www.rustyburger.co.uk/\r\n- Admins DO NOT PLAY\r\n- Slower boat decay\r\n- Team Max 3\r\n- 1 raid/day limit\r\n- Detailed player stats on our site\r\n- Monthly BP wipe\r\n- Minis spawn on roads\r\n- Extra recyclers at Ranch & Fishing Villages\r\n- Low upkeep\r\n- Chat & events history available on Discord\r\n- Special daily event at 8.30pm: 5 helis + 12 airdrops!\r\n- No VAC ban or GameBan allowed\r\n- Monthly wipe \r\n\r\n rs022Rva]?P^0rAi40%q6%",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780557267,
"last_online": 1780586433,
"icon": null,
"name": "RUSTY BURGER - Solo/Duo/Trio | Monthly | Low Upkeep",
"connect": "54.37.245.179:28415",
"request": "54.37.245.179:28416",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1717669016,
"last_update": 1780586433,
"banned": false,
"wipe": 1778178901,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2828,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/4666132");
$data = json_decode($json, true);
var_dump($data);