API für Vital Rust - EU 10x | No BPs | Kits | Clans
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 58012,
"world_seed": 642155491,
"world_size": 4600,
"steam_id": "90286582291716116",
"domain": null,
"id": 11639220,
"ip": "168.100.161.200",
"port": 28014,
"query": 28015,
"color": 0,
"city": "London",
"description": "\nThe most competitive, perfectly modded servers in rust.\r\nAll modifications to the server are meant to promote player pvp interaction and quality of life.\r\n\r\nTwice Weekly Wipe: Wednesday/Saturday @ 1PM GMT\r\nKits & Queue Skip: https://store.vitalrust.com\r\n\r\n\\t- 10x Gathering and Resources\r\n\\t- No BPs & Instant Craft\r\n\\t- Clans, Auth Share, Teleport\r\n\\t- Everyone has access to BGrade, Furnace Splitter, SkinBox, Auto Doors, Box Sorter, Remove\r\n\\t- Improved Loot & Faster Respawning Loot\r\n\\t- Faster Puzzle Resets\r\n\\t- Always Day Time\r\n\\t- Reduced HV Rocket PVP Damage\r\n\r\nJoin our Discord by logging in at https://vitalrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779917956,
"last_online": 1780591829,
"icon": null,
"name": "Vital Rust - EU 10x | No BPs | Kits | Clans",
"connect": "168.100.161.200:28014",
"request": "168.100.161.200:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1779917956,
"last_update": 1780591829,
"banned": false,
"wipe": 1780491515,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1059,
"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/11639220");
$data = json_decode($json, true);
var_dump($data);