Rust
API für (EU) PVP 100X / 50% UPKEEP/ NO RAIDS 1:00AM-1:00PM
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11189095json
{
"response": {
"fps": 56,
"fps_avg": 55,
"entities_count": 76079,
"world_seed": 3,
"world_size": 3500,
"steam_id": "90285105648290836",
"domain": null,
"id": 11189095,
"ip": "66.51.97.61",
"port": 28055,
"query": 28056,
"color": 0,
"city": "City of London",
"description": "\nEU \r\n\r\nPVP\r\n100X\r\n50% UPKEEP\r\nSHORTER DAYS / NIGHTS\r\n\r\nPLUGINS:\r\n- BACKPACK (DROP PROOF)\r\n- BETTER LOOT\r\n- BIGGER STACKS\r\n- CLANS\r\n- FURANCE SPLITTER\r\n& MUCH MORE\r\n\r\nNEW PLAYERS FRIENDLY SERVER!!\r\n\r\nMAX TEAM SIZE 8\r\n\r\n**NO CHEATING IN ANY WAY OR YOU WILL BE BANNED.**",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777393402,
"score": 0,
"last_online": 1777481420,
"icon": null,
"name": "(EU) PVP 100X / 50% UPKEEP/ NO RAIDS 1:00AM-1:00PM",
"connect": "66.51.97.61:28055",
"request": "66.51.97.61:28056",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1772699032,
"last_update": 1777481420,
"banned": false,
"wipe": 1776215475,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1382,
"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/11189095");
$data = json_decode($json, true);
var_dump($data);