Rust
API für [EU] CzechRust.eu xMillion x1000000000000 | WIPED 17/4
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8198020json
{
"response": {
"fps": 98,
"fps_avg": 99,
"entities_count": 64699,
"world_seed": 507188,
"world_size": 2600,
"steam_id": "90284793059855367",
"domain": null,
"id": 8198020,
"ip": "185.180.2.19",
"port": 28100,
"query": 27100,
"color": 0,
"city": "Prague",
"description": "![[EU] CzechRust.eu xMillion x1000000000000 | WIPED 17/4](https://czechrust.eu/public/img/czechrust_milion.png)\nFun server with lots PvP! \r\nBuild - Fight - Raid\r\nJust x1000000000!\r\nJoin and show your skill or build a castle!\r\n\r\nGeneral informations:\r\n This is the [EU] server hosted in Czech Republic\r\n\r\nServer settings:\r\n • Wipe every friday 06:00 CET (exception Force update)\r\n • Small Map\r\n • Plane Crash\r\n • Instant Craft/Smelt/Gather\r\n • NoWorkbench\r\n • NoBPs\r\n • Kits\r\n • Custom loot\r\n • Bgrade\r\n • Fast decay\r\n • Grouplimit 8\r\n • ViP\r\n • Custom plugins\r\n • Unlimited Teleports\r\n • And more more more!\r\n\r\nServer rules:\r\n • By connecting you are agreeing with following rules below\r\n • If you break the rules, your team can be punished.\r\n • It is strictly forbidden to use third party programs\r\n • We have absolutely zero tolerance for any form of racism or bigotry\r\n • Do not spam chat\r\n • Always follow group limit of server you are playing on\r\n • It is forbidden to use various glitches/bugs in the game\r\n • More on the server /info or discord\r\n\r\nSocial media:\r\n Webpage: czechrust.eu\r\n Twitter: twitter.com/CzechRust\r\n Discord: discord.czechrust.eu\r\n Facebook: facebook.com/CzechRustServers\r\n Steam group: steam.czechrust.eu\r\n\r\nSponsors and Partners:\r\n fakaheda.eu - game & voice server hosting",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775156531,
"score": 0,
"last_online": 1776875418,
"icon": null,
"name": "[EU] CzechRust.eu xMillion x1000000000000 | WIPED 17/4",
"connect": "185.180.2.19:28100",
"request": "185.180.2.19:27100",
"map": "CzechRust.eu",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1742388480,
"last_update": 1776875418,
"banned": false,
"wipe": 1776398288,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1096,
"language": "cs",
"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/8198020");
$data = json_decode($json, true);
var_dump($data);