API für Fusion 3.64 PvE|200+ Plugins|Optimized
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 74,
"fps_avg": 75,
"entities_count": 191343,
"world_seed": 249375085,
"world_size": 4500,
"steam_id": "90286581948669968",
"domain": null,
"id": 6282067,
"ip": "64.74.161.94",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Pointe-Claire",
"description": "\nToday is purge.\n\nThat means all PvE plugins are off.\n\nIf you aren't okay with this return tomorrow after 2:30pm EST and the server should have updated to the most recent patch and all will have returned to normal.\n\nFor the rest of you...\n\nHave fun destroying each other. \n\nFeel free to join the Discord server (Links are on the website). \n \nServer restarts @12:30 am/pm Eastern Standard Time",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780547669,
"last_online": 1780575643,
"icon": null,
"name": "Fusion 3.64 PvE|200+ Plugins|Optimized",
"connect": "64.74.161.94:28018",
"request": "64.74.161.94:28020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1729463040,
"last_update": 1780575643,
"banned": false,
"wipe": 1778178261,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2793,
"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/6282067");
$data = json_decode($json, true);
var_dump($data);