API dla [US]BUMFUZZLERNATION 3x|Insta|Super Skins|FULL WIPE 5/7 3PM EST
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 114674,
"world_seed": 1877911820,
"world_size": 4500,
"steam_id": "90286589031171096",
"domain": null,
"id": 740605,
"ip": "135.148.136.211",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Watson",
"description": "![[US]BUMFUZZLERNATION 3x|Insta|Super Skins|FULL WIPE 5/7 3PM EST](https://bumfuzzler.net/rust/images/nationheader.jpg)\nIf you want modded you've come to the right place, but it's so much more! UNIQUE experience! CUSTOM FEATURES found no where else, FRIENDLY community & ACTIVE Admins!\r\n\r\n♕ 3x Loot | ♠ 3x Gather | ✩ Max Group 5 | ☀ Bi-Weekly wipes\r\n✪ ADMIN INTEGRITY, admins & moderators don't play, only manage the server\r\n\r\nNEW PLAYER EASY STARTUP\r\n--------------------------------\r\n➀ Complete base protection until LVL 15 unless aggressive ➁ 50% damage & radiation reduction until LVL 7 ➂ Require 50% less food & water until LVL 7 ➃ Medicine 50% more effective until LVL 7 ➄ Undetected by all AI until LVL 7 unless aggressive\r\n\r\nCUSTOM FEATURES ONLY FOUND HERE\r\n--------------------------------\r\n✩ 30 Prestige Levels unlock features with time played\r\n✩ Personal NPC raids test your base designs\r\n✩ Raid Shield gives new player protection, charge offline shields with playtime\r\n✩ Weapon Evolution allows weapon upgrades to more powerful versions\r\n✩ Firework displays at night drop loot\r\n✩ Raid Sympathy gives back a portion of resources when raided\r\n✩ Super Skins give dodge, more damage and gathering power\r\n✩ Floating foundations allow building water bases\r\n✩ Craft drones for stealthy recon missions\r\n✩ Jason Voorhees & Freddy Krueger bosses, hockey mask, claws, nuff said\r\n✩ Leaderboards unlock special kits when you top the list\r\n✩ Wandering zombies drop special loot required for quests\r\n✩ Super Heli & Super Bradley provide more loot with new challenging behaviors\r\n✩ and so many more!\r\n\r\nVisit www.bumfuzzler.net for more info & the subscribe kit!\r\nJoin our Discord at https://discord.gg/37uNKRX",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780046624,
"last_online": 1780608032,
"icon": null,
"name": "[US]BUMFUZZLERNATION 3x|Insta|Super Skins|FULL WIPE 5/7 3PM EST",
"connect": "135.148.136.211:28015",
"request": "135.148.136.211:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1675100234,
"last_update": 1780608032,
"banned": false,
"wipe": 1778194648,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3004,
"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/740605");
$data = json_decode($json, true);
var_dump($data);