Rust
API für ALLIANT GAMES - 2X - PVE ONLY
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435853json
{
"response": {
"fps": 56,
"fps_avg": 53,
"entities_count": 121139,
"world_seed": 1337,
"world_size": 3600,
"steam_id": "90285169952934912",
"domain": null,
"id": 11435853,
"ip": "91.229.114.138",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\nJoin the Discord at https://discord.gg/alliant \nLearn more about the server at https://alliantgames.com \n\nWelcome to Alliant Games Origins Rust Server! Dive into an immersive experience with RP, PVE, and PVP elements. \n\n⦿ 2X LOOT, GATHER AND SMELT WITH INCREASED STACK SIZES \n⦿ ITEM NO DROP, INCREASED LOOT AND EXCAV AND QUARRY LOCKS \n⦿ 10 MAX TEAM AND CLAN SIZE WITH CLAN KEY LOCKS AND AUTO AUTH \n⦿ FULL RAID PROTECTION, REDUCED UPKEEP, EXTRA LOCKABLE ITEMS AND LOOT PROTECTION \n⦿ INVISIBLE AND EXTENDED LENGTH INDUSTRIAL AND WIRING \n⦿ PLAYTIME AND VOTE REWARDS \n⦿ VIP AND PERKS SHOP \n⦿ 12 SPAWNING EVENTS WITH BUYABLE HELIS \n⦿ BASEMENTS, DEPLOYABLE ZIPLINES, WATER BASES AND SKINBOX \n⦿ MINIMAP, ULTIMATE LEADERBOARD AND SKILL TREE \n⦿ INDOOR FURNACES AND EFFICIENT RECYCLERS \n⦿ AND MANY OTHER QOL IMPROVEMENTS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776266513,
"score": 0,
"last_online": 1777585817,
"icon": null,
"name": "ALLIANT GAMES - 2X - PVE ONLY",
"connect": "91.229.114.138:28015",
"request": "91.229.114.138:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 9,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1774977206,
"last_update": 1777585817,
"banned": false,
"wipe": 1776372459,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 865,
"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/11435853");
$data = json_decode($json, true);
var_dump($data);