Rust
API für RealRust Solo/Duo/Trio 2x NO P2W - WIPED 7 HOURS AGO
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11305895json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 55850,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90284956864349194",
"domain": null,
"id": 11305895,
"ip": "66.51.99.88",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Dallas",
"description": "\nRealRust, the way modded Rust was meant to be played.\r\nGroup limit: 3\r\nWipe Schedule: Saturday 12:00PM CST\r\ndiscord.gg/mmRUfE67\r\n\r\nServer Features:\r\nNO P2W KITS!\r\n2x gather on all resources\r\nAutomatic Auth and BP sharing between teammates\r\nCustomized loot table\r\nExtended workbenches within TC range and Safe Zones\r\nReduced crafting, smelting and recycling times\r\nAirwolf and Recycler at Safe Zones\r\nBox sorting\r\nAuto loot to backpack",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1777164027,
"icon": null,
"name": "RealRust Solo/Duo/Trio 2x NO P2W - WIPED 7 HOURS AGO",
"connect": "66.51.99.88:28035",
"request": "66.51.99.88:28036",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592904,
"last_update": 1777164027,
"banned": false,
"wipe": 1777136650,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5129,
"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/11305895");
$data = json_decode($json, true);
var_dump($data);