Rust
API für Rustic Flight - Minicopter|PvP|Attackheli|Scrappy
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11305328json
{
"response": {
"fps": 221,
"fps_avg": 217,
"entities_count": 25248,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90284531992646675",
"domain": null,
"id": 11305328,
"ip": "45.43.163.77",
"port": 28023,
"query": 28024,
"color": 0,
"city": "Paris",
"description": "\nDear PILOTS!\r\n\r\nWelcome to Rustic Flight!!\r\nJoin our dedicated Rust minicopter server to train your minicopter and helicopter skills.\r\n\r\n- Practice on our large ramp filled with obstacles designed for both beginners and advanced pilots.\r\n- Spawn any helicopter using /mini, /heli, or /attackheli.\r\n- Repair your mini instantly by pressing R.\r\nRelax in our welcoming lobby, which provides all essential information, including a complete list of commands.\r\n- Enjoy gambling or socializing with friends between flights.\r\n\r\nExplore our BRAND NEW PvP rooms featuring GunGame, Free-for-All, and Team Deathmatch modes for combat and fun!!\r\n\r\nOur experienced pilot admins are ready to teach you expert flying techniques.\r\n\r\nUnlock exclusive commands and benefits with VIP.\r\nScan the in-game QR codes to join our Discord and socials,or click the website button for support and updates.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776101470,
"score": 0,
"last_online": 1776819020,
"icon": null,
"name": "Rustic Flight - Minicopter|PvP|Attackheli|Scrappy",
"connect": "45.43.163.77:28023",
"request": "45.43.163.77:28024",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592883,
"last_update": 1776819020,
"banned": false,
"wipe": 1776366897,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5141,
"language": "fr",
"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/11305328");
$data = json_decode($json, true);
var_dump($data);