API für [US] DEAD MAN RUST 5X ] PVP No BPs | Shop | Kits |Trio|
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 58,
"fps_avg": 57,
"entities_count": 120364,
"world_seed": 1013576061,
"world_size": 4500,
"steam_id": "90286605613666314",
"domain": null,
"id": 9939254,
"ip": "156.236.84.53",
"port": 28065,
"query": 28066,
"color": 0,
"city": "Dallas",
"description": "![[US] DEAD MAN RUST 5X ] PVP No BPs | Shop | Kits |Trio|](https://www.dropbox.com/scl/fi/0qi6rpmick6ffi489h5w1/Dead-Man-Ruat-5X-new.jpeg?rlkey=7p3506noimkvg8ej72l0nv15c&e=1&st=6o8tfpwm&dl=1)\nDEAD MAN Rust 5x► No Bps.. WIPES: Weekly on Thursdays / @ 3Pm\r\n♦/Kit Stackable boxes\r\n♦ Custom Loot Table\r\n♦5X Resource Gather\r\n♦ Auto doors\r\n♦ BGrade\r\n♦ Clans \r\n♦ Quick smelt\r\n♦ Custom Craft Time\r\n♦ Custom Events Like Air Field. Convoy. Cargo plane Crash",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779894802,
"last_online": 1780631428,
"icon": null,
"name": "[US] DEAD MAN RUST 5X ] PVP No BPs | Shop | Kits |Trio|",
"connect": "156.236.84.53:28065",
"request": "156.236.84.53:28066",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1754152520,
"last_update": 1780631428,
"banned": false,
"wipe": 1780600818,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3258,
"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/9939254");
$data = json_decode($json, true);
var_dump($data);