API für BadgerRust US - 2x Vanilla | Monthly | No Decay
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 230,
"fps_avg": 231,
"entities_count": 45019,
"world_seed": 20152008,
"world_size": 3000,
"steam_id": 90286612558595090,
"domain": null,
"id": 10933794,
"ip": "38.92.48.218",
"port": 10040,
"query": 10050,
"color": 0,
"city": "Dallas",
"description": "NO P2W / KITS / RULES. JUST 2X VANILLA.\r\nThis server is designed for those who want a more modest, but not too casual vanilla Rust experience. Fit for both newbies and veterans!\r\n- 2x Gather / Harvest / Scrap / Stacks\r\n- Fast Furnaces & Recyclers\r\n- No Base Decay\r\n- No Team Limit\r\n- Fresh Wipes Monthly\r\nMap Size: 3000\r\nActive Admin \r\nReport any problems on my website: badger.rusters.io\r\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780618227,
"icon": null,
"name": "BadgerRust US - 2x Vanilla | Monthly | No Decay",
"connect": "38.92.48.218:10040",
"request": "38.92.48.218:10050",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768486654,
"last_update": 1780618227,
"banned": false,
"wipe": 1780595069,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4666,
"language": "en",
"parked": false,
"app": {
"id": 12,
"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/10933794");
$data = json_decode($json, true);
var_dump($data);