API for Nebelbank.net | SOLO/DUO NOOB FRIENDLY | 2x | BIWEEKLY| FULLWIP
JSON for programs, websites and more
text
json
{
"response": {
"fps": 43,
"fps_avg": 41,
"entities_count": 54544,
"world_seed": 1618449306,
"world_size": 3000,
"steam_id": "90286590430882825",
"domain": null,
"id": 11260099,
"ip": "168.119.182.59",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "\nNebelbank.net - SOLO/DUO x2 NOOB FRIENDLY | BIWEEKLY\r\n\r\nNext Wipe / Project Start:\r\n04.06.2026 - 20:00 CEST\r\n\r\n- 2x Gather\r\n- Thursday 20:00 Wipes\r\n- Biweekly Wipes\r\n- Community Map Voting\r\n- Faster Recycler\r\n- Faster Furnaces\r\n- Shared Blueprints\r\n- TC Workbench Range\r\n- Sorting Button\r\n- Better Electricity\r\n- Backpack Swap\r\n- 50% Upkeep\r\n- Active Admins\r\n- Discord Ticket Support\r\n- Balanced Progression\r\n- Beginner Friendly\r\n\r\nhttps://nebelbank.net\r\nhttps://discord.gg/scg3YqZFU6 (Get notified: Role RUST-PVP)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780569869,
"last_online": 1780573230,
"icon": null,
"name": "Nebelbank.net | SOLO/DUO NOOB FRIENDLY | 2x | BIWEEKLY| FULLWIP",
"connect": "168.119.182.59:28015",
"request": "168.119.182.59:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555187,
"last_update": 1780573230,
"banned": false,
"wipe": 1780452274,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4325,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11260099");
$data = json_decode($json, true);
var_dump($data);