API für Milks Mad House | NA | 3x Solo/Duo/Trio/Quad | Fun Events
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 111589,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286551628728332",
"domain": null,
"id": 11696970,
"ip": "156.236.84.55",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Milks Mad House 3x Quad Max!\r\n\r\n- A milk-friendly server based around EVENTS such as Convoy and the Airfield event!\r\n- Custom Build Locations\r\n- Easier things such as farming roads are around 2.5x loot\r\n- Harder things like the Hard Convoy or new Deepsea are closer to 3x loot or even 4x loot\r\n- Resource rates / quarry / excav are all 3x rates so the cows are working overtime\r\n- Quality of life plugins like increased workbench range, better drones, /outpost, /remove\r\n- Fun and useful plugins like Craftable Car Chassis, Backpacks and more because we're the whole milk package!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780226609,
"last_online": 1780567832,
"icon": null,
"name": "Milks Mad House | NA | 3x Solo/Duo/Trio/Quad | Fun Events",
"connect": "156.236.84.55:28035",
"request": "156.236.84.55:28036",
"map": "Custom 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": 1780226609,
"last_update": 1780567832,
"banned": false,
"wipe": 1778786874,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5900,
"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/11696970");
$data = json_decode($json, true);
var_dump($data);