API für [EU] Bold | Solo/Duo/Trio/Quad | Newbie/Noob Friendly | Biweekl
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 79,
"fps_avg": 79,
"entities_count": 190013,
"world_seed": 2058283479,
"world_size": 3500,
"steam_id": "90286704699882514",
"domain": null,
"id": 782956,
"ip": "136.243.4.163",
"port": 28020,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Bold | Solo/Duo/Trio/Quad | Newbie/Noob Friendly | Biweekl](https://boldruststorage.blob.core.windows.net/images/quad-banner25.png)\nBold Rust | Solo/Duo/Trio/Quad | Newbie/Noob Friendly \r\n- Rust's most welcoming noob-friendly community \r\n- High Performance UK Server \r\n- Biweekly Wipes \r\n- Leaderboards, Stats & Progress Tracking \r\n- Rules: boldrust.gg | Discord: discord.gg/boldrust \r\n- Advanced & Custom Anticheat \r\n Core Rules: Be respectful, follow team limits, no cheats, no griefing, no despawn, no raids in first 24h",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780819465,
"last_online": 1780848620,
"icon": null,
"name": "[EU] Bold | Solo/Duo/Trio/Quad | Newbie/Noob Friendly | Biweekl",
"connect": "136.243.4.163:28020",
"request": "136.243.4.163:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 118,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1682687994,
"last_update": 1780848620,
"banned": false,
"wipe": 1780595857,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 339,
"language": "de",
"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/782956");
$data = json_decode($json, true);
var_dump($data);