API für MIST - [ X5 | NOLIMIT | KITS | LOOT+ | BATTLEPASS ]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 97263,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286481468507145",
"domain": null,
"id": 11511293,
"ip": "194.69.160.95",
"port": 28103,
"query": 28105,
"color": 0,
"city": "City of London",
"description": "![MIST - [ X5 | NOLIMIT | KITS | LOOT+ | BATTLEPASS ]](https://rust-server-images.physgun.com/c0d13f9b1b34748868849d5bc2b8630a8671545f6bfa5e4d1482210cd65a3d16.png)\nMIST - [ X5 | NOLIMIT | KITS | LOOT+ | BATTLEPASS ]\\\r\n▶ Max Group: NoLimit\\\r\n▶ 5x Gather & Loot+\\\r\n▶ Weekly Wipes\\\r\n▶ Battle Pass\\\r\n▶ Kits & Ranks\\\r\n▶ Teleportation & Trade\\\r\n▶ Economy & Shop\\\r\n▶ Raid Block System\\\r\n▶ High Performance Procedural Maps\\\r\n▶ Active Staff |Anti-Cheat/Anti-Teaming\\\r\n\\\r\n\\\r\n\\",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779739408,
"last_online": 1780582842,
"icon": null,
"name": "MIST - [ X5 | NOLIMIT | KITS | LOOT+ | BATTLEPASS ]",
"connect": "194.69.160.95:28103",
"request": "194.69.160.95:28105",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353841,
"last_update": 1780582842,
"banned": false,
"wipe": 1779731937,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5151,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11511293");
$data = json_decode($json, true);
var_dump($data);