API für RusturaX LONG | Solo/Duo/Trio | 1x-4x| Just Wiped
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 113,
"fps_avg": 111,
"entities_count": 69159,
"world_seed": 1750046240,
"world_size": 3500,
"steam_id": "90286747300983811",
"domain": null,
"id": 10871062,
"ip": "216.245.177.12",
"port": 28045,
"query": 28047,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "Map wipe: Monthly \r\nBeginner-friendly / 初心者向け\r\nMultiplier / 倍率:1× – 4× :: \r\nShareBPs 設計図の共有\r\n Commands / 指令:\r\n /st :Skill Tree\r\n 採集・戰鬥技能\r\n /pbuilder :AI Base Builder\r\n AI 自動建築",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780913061,
"last_online": 1780944036,
"icon": null,
"name": "RusturaX LONG | Solo/Duo/Trio | 1x-4x| Just Wiped",
"connect": "216.245.177.12:28045",
"request": "216.245.177.12:28047",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318511,
"last_update": 1780944036,
"banned": false,
"wipe": 1780668345,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4413,
"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/10871062");
$data = json_decode($json, true);
var_dump($data);