Rust
API für [EU/GER] Die Tafelrunde Main [PVE/PVP | KOS-Zone | RaidTime]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8663059json
{
"response": {
"fps": 90,
"fps_avg": 93,
"entities_count": 148468,
"world_seed": 1337,
"world_size": 3600,
"steam_id": "90284719677947926",
"domain": null,
"id": 8663059,
"ip": "84.200.135.58",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU/GER] Die Tafelrunde Main [PVE/PVP | KOS-Zone | RaidTime]](https://ibb.co/G40XsLJn)\n- PVE with PVP-Zones on Monuments (KOS-Zones) \r\n- Teamsize 4 \r\n- Raidtime 3:00p.m -11:00p.m CEST \r\n- Half upkeep cost \r\n- PVE Village \r\n- German and English chat \r\n- VPN Block, Anti-Cheat and DDoS Protection \r\n- Active Admins \r\n- Discord: https://discord.io/Die-Tafelrunde",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775527923,
"score": 0,
"last_online": 1776813016,
"icon": null,
"name": "[EU/GER] Die Tafelrunde Main [PVE/PVP | KOS-Zone | RaidTime]",
"connect": "84.200.135.58:28015",
"request": "84.200.135.58:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 15,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1745482401,
"last_update": 1776813016,
"banned": false,
"wipe": 1776362230,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 816,
"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/8663059");
$data = json_decode($json, true);
var_dump($data);