Rust
API für CZR.gg | Solo | Biweekly | Thursday 04/30
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7659026json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 98910,
"world_seed": 1337,
"world_size": 4000,
"steam_id": 90285211123147790,
"domain": null,
"id": 7659026,
"ip": "104.143.2.43",
"port": 28029,
"query": 28028,
"color": 0,
"city": "Dallas",
"description": "\nServer Offerings:\r\n-BPs wipe on forced\r\n-Cheats/scripts = perm ban\r\n-Teaming >1 or extreme toxicity = ban\r\n-No VAC/game bans <365d\r\n-No Rust game bans on alts\r\n-VPNs must be whitelisted\r\n-Daily restart 9am EST\r\n-DDoS protected\r\n-Anti-teaming detection\r\n-Recyclers at Fishing Villages & Barns\r\n-Leaderboards\r\n-No monument walling",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1777726218,
"icon": null,
"name": "CZR.gg | Solo | Biweekly | Thursday 04/30",
"connect": "104.143.2.43:28029",
"request": "104.143.2.43:28028",
"map": "discord.czr.gg",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1739549734,
"last_update": 1777726218,
"banned": false,
"wipe": 1777582659,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1369,
"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/7659026");
$data = json_decode($json, true);
var_dump($data);