API für Nuclear US - Vanilla | BiWeekly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 45,
"fps_avg": 45,
"entities_count": 72578,
"world_seed": 4109,
"world_size": 3500,
"steam_id": "90286331278621702",
"domain": null,
"id": 9846553,
"ip": "72.73.28.150",
"port": 28030,
"query": 28032,
"color": 0,
"city": "Fredericksburg",
"description": "\nNuclear US Vanilla\r\nWipes every 2 weeks (biweekly) Thursdays at 2p EST (unless force)\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": 1778781782,
"last_online": 1780176622,
"icon": null,
"name": "Nuclear US - Vanilla | BiWeekly",
"connect": "72.73.28.150:28030",
"request": "72.73.28.150:28032",
"map": "Nuclear Map Generation",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1753203141,
"last_update": 1780176622,
"banned": false,
"wipe": 1779991490,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1907,
"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/9846553");
$data = json_decode($json, true);
var_dump($data);