Rust
API für [EU] SwissCheeseFactory Best xMillion x1000000|MyMini|Kits
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11260513json
{
"response": {
"fps": 45,
"fps_avg": 45,
"entities_count": 70336,
"world_seed": 1713148372,
"world_size": 3500,
"steam_id": "90285543083078684",
"domain": null,
"id": 11260513,
"ip": "152.53.183.13",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Karlsruhe",
"description": "![[EU] SwissCheeseFactory Best xMillion x1000000|MyMini|Kits](https://i.imgur.com/5qLtOYa.jpeg)\nWipe every first Thursday of the Month 20:00 CEST.\r\n\r\n* Loot+, Scrap x5, Components x5, No BP/Workbench, Instant Craft, Faster Smelting/Recycling, MyMini, Fun-Kits\r\n* Maxgroup 5 \r\n* Active non-playing Admins \r\n* We know all the plugins and use them wisely, even payed ones\r\n* Mapsize 3500 \r\n* Improved AntiCheat and performant Highend Server",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778337184,
"score": 0,
"last_online": 1778353821,
"icon": null,
"name": "[EU] SwissCheeseFactory Best xMillion x1000000|MyMini|Kits",
"connect": "152.53.183.13:28015",
"request": "152.53.183.13:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555194,
"last_update": 1778353821,
"banned": false,
"wipe": 1778177264,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2976,
"language": "de",
"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/11260513");
$data = json_decode($json, true);
var_dump($data);