Rust
API für Rustoria.co - EU East Long
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9527562json
{
"response": {
"fps": 12,
"fps_avg": 11,
"entities_count": 664008,
"world_seed": 49526,
"world_size": 4750,
"steam_id": "90284165340649499",
"domain": null,
"id": 9527562,
"ip": "80.242.59.93",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Veliky Novgorod",
"description": "\nWipe Schedule:\r\n\\tMap - Monthly @ Force\r\n\\tBPs - Monthly @ Force\r\n\r\nVIP: donate.rustoria.co\r\n\r\nRules:\r\n\\t- No hacking / scripting\r\n\\t- No intentional bug abuse\r\n\\t- No EAC / FP banned alts\r\n\\t- No ban evading\r\n\\t- No racism\r\n\r\nGood performance\r\nActive non playing admins\r\nSeeds are carefully picked\r\n\r\nDiscord: rustoria.co/discord\r\nFull rules: rustoria.co/vanilla/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775759523,
"score": 0,
"last_online": 1775855410,
"icon": null,
"name": "Rustoria.co - EU East Long",
"connect": "80.242.59.93:28010",
"request": "80.242.59.93:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 435,
"maxplayers": 475,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 118,
"add_date": 1750537934,
"last_update": 1775855410,
"banned": false,
"wipe": 1775152648,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 84,
"language": "ru",
"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/9527562");
$data = json_decode($json, true);
var_dump($data);