API für ASHFALL REBORN | US MAIN | 2X | MONTHLY |Custom Map|Just Wiped
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 118,
"fps_avg": 117,
"entities_count": 73424,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286551783911442",
"domain": null,
"id": 11606859,
"ip": "198.73.57.143",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Clifton",
"description": "\nASHFALL REBORN US MAIN\r\n2X MODDED | MONTHLY WIPE | CUSTOM MAP | PvP SURVIVAL\r\n\r\nAshfall Reborn is a competitive 2X modded Rust server focused on balanced PvP, active roaming, and long-term monthly progression. Built for solos, groups, and clans looking for a smooth but action-driven survival experience.\r\n\r\nWHY PLAY HERE\r\n• 2X Gather & Smelting\r\n• Monthly Wipes (1st Friday)\r\n• Large Custom Map\r\n• Custom Monuments & Recycler Locations\r\n• Balanced Loot & Progression\r\n• QoL Features (Auto Sort, Faster Furnaces)\r\n• Optimized Performance\r\n• Active Non-Playing Admins\r\n• No Pay-To-Win\r\n\r\nGAME FEATURES\r\n• PvP Events\r\n• Roaming Hotspots\r\n• Server-Wide Activities\r\n• High Tier Loot Areas\r\n\r\nEXPLORE. BUILD. COMPETE. SURVIVE.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780582413,
"last_online": 1780506632,
"icon": null,
"name": "ASHFALL REBORN | US MAIN | 2X | MONTHLY |Custom Map|Just Wiped",
"connect": "198.73.57.143:28025",
"request": "198.73.57.143:28027",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915486,
"last_update": 1780582413,
"banned": false,
"wipe": 1780019610,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12188,
"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/11606859");
$data = json_decode($json, true);
var_dump($data);