Rust
API für RustGaming.net - 2x Solo/Duo | FULLWIPED 04/18 18.04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10978706json
{
"response": {
"fps": 50,
"fps_avg": 49,
"entities_count": 74717,
"world_seed": 1337,
"world_size": 3380,
"steam_id": "90284799185081353",
"domain": null,
"id": 10978706,
"ip": "64.40.9.109",
"port": 28025,
"query": 28026,
"color": 0,
"city": "London",
"description": "\nSERVER RULES @ DISCORD.GG/RUSTGAMING | VIP @ STORE.RUSTGAMING.NET\r\n\r\nWelcome to RustGaming.net - Solo/Duo 2x \r\n \r\n → Group Limit: 2 \r\n → Minicopters spawn on roads \r\n → Merged Outpost & Extra recyclers \r\n → Faster smelting & recycling \r\n → 2x gather & loot \r\n \r\n Wipe Schedule: \r\n - Full-wipe Saturdays & Wednesdays \r\n 1 PM UTC \r\n \r\n Active non playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1776841220,
"icon": null,
"name": "RustGaming.net - 2x Solo/Duo | FULLWIPED 04/18 18.04",
"connect": "64.40.9.109:28025",
"request": "64.40.9.109:28026",
"map": "Wiped 3 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769900996,
"last_update": 1776841220,
"banned": false,
"wipe": 1776513465,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4394,
"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/10978706");
$data = json_decode($json, true);
var_dump($data);