API für NuclearPremium - Vanilla
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 45,
"fps_avg": 45,
"entities_count": 64642,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286605374224390",
"domain": null,
"id": 8410628,
"ip": "72.73.28.150",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Fredericksburg",
"description": "\nNuclear US Vanilla-NukePremium\r\n\r\nWe think the new Premium is BS, so we wrote our own filters that is based on your actual play time (not skins or menu idle time).\r\nThis server is a Monthly Wipe with no BP wipes.\r\nBPs never wipe!\r\n\r\nAmazing Vanilla Rust experience with the Server company you trust!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599269,
"last_online": 1780608031,
"icon": null,
"name": "NuclearPremium - Vanilla",
"connect": "72.73.28.150:28015",
"request": "72.73.28.150:28017",
"map": "Nuke Map Generation",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743835209,
"last_update": 1780608031,
"banned": false,
"wipe": 1780599802,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3482,
"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/8410628");
$data = json_decode($json, true);
var_dump($data);