API für FishN - BP Wipe 6/2 2XLoot/Large Map/Semi-Noob Friendly/Weekl
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 230,
"fps_avg": 232,
"entities_count": 89718,
"world_seed": 998201,
"world_size": 4000,
"steam_id": "90286604819939334",
"domain": null,
"id": 10633405,
"ip": "108.61.125.35",
"port": 28016,
"query": 28017,
"color": 0,
"city": "Maryland Heights",
"description": "Faster 2XLoot/4X TC/2X Storage Stacks/Auto Splitter/QuickSmelt/Lots of MonumentsRules: No foul language, trolling or harassing other players. No cheating. You will be attacked and/or raided. This is Rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779994423,
"last_online": 1780618228,
"icon": null,
"name": "FishN - BP Wipe 6/2 2XLoot/Large Map/Semi-Noob Friendly/Weekl",
"connect": "108.61.125.35:28016",
"request": "108.61.125.35:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763713816,
"last_update": 1780618228,
"banned": false,
"wipe": 1780598516,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4484,
"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/10633405");
$data = json_decode($json, true);
var_dump($data);