API für Goobers No Fly Zone - 2x QUAD Bi-Weekly | Noob Friendly / Low P
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 97310,
"world_seed": 1869590343,
"world_size": 3500,
"steam_id": "90286590886116354",
"domain": null,
"id": 11511591,
"ip": "68.46.9.163",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Saint Paul",
"description": "\nWELCOME TO GOOBERS NO FLY ZONE\r\n\r\nA clean, balanced 2x Rust experience built for players who want progression without the grind — and none of the pay-to-win nonsense. A low player group limit allows learning with friends, without giant clans.\r\n\r\nAll players here enjoy:\r\n • Max Group/TC Size of 4\r\n • 2x Gather & Stack Rates\r\n • Balanced ~1.5x Loot Tables\r\n • 2x Quicksmelt + Furnace Splitter\r\n • Extended Workbench Radius\r\n • Optimized 40m Days / 5m Nights\r\n • Active Admins & Community Discord\r\n • Cosmetic/QOL VIP Only — No P2W Ever\r\n • Semi-Monthly Wipes\r\n • Monthly BP Wipes\r\n\r\nWIPE SCHEDULE:\r\n • Force/BP Wipe (First Thursday of Every Month)\r\n • Mid-Month Map Wipe (19th of Every Month)\r\n\r\nWhether you're new or a Rust veteran — enjoy an efficient Rust experience that still feels like Rust.\r\n\r\nJoin the community - click the external website button below or:\r\ndiscord.goobersnoflyzone.com\r\n\r\nDirect Connect:\r\nplay.goobersnoflyzone.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780571070,
"last_online": 1780575633,
"icon": null,
"name": "Goobers No Fly Zone - 2x QUAD Bi-Weekly | Noob Friendly / Low P",
"connect": "68.46.9.163:28015",
"request": "68.46.9.163:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353855,
"last_update": 1780575633,
"banned": false,
"wipe": 1780088356,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5211,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11511591");
$data = json_decode($json, true);
var_dump($data);