API für Rust For Noobs | 10X | Modded | PVP | CA
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 210,
"fps_avg": 206,
"entities_count": 79945,
"world_seed": 1337,
"world_size": 3800,
"steam_id": 90286621254623250,
"domain": null,
"id": 11606937,
"ip": "174.90.53.99",
"port": 28043,
"query": 28045,
"color": 0,
"city": "Toronto",
"description": "Welcome to the Rust For Noobs 10x CA Server.\r\nMonthly Wipes.\r\nDDos Protection\r\nHigh Proformance Servers.\r\nAnti Offline Raid Protection \r\nWith damage scaling based on time away.\r\nEvents. \r\nJoin discord ePxetTF \r\nAnything Goes\r\nModded \r\nList of Mods \r\nBackpacks \r\nBgrade \r\nNoBP \r\nFriends and shared auth \r\nFurnace splitter \r\nInstant Craft \r\nKits \r\nMore Loot \r\nQuick smelt \r\nTeleport \r\nRemover Tool \r\nSamSiteAuth \r\nVehicle Licence Buy \r\nAutomatic Auth TC for Friends",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915488,
"last_online": 1780660831,
"icon": null,
"name": "Rust For Noobs | 10X | Modded | PVP | CA",
"connect": "174.90.53.99:28043",
"request": "174.90.53.99:28045",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 180,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915488,
"last_update": 1780660831,
"banned": false,
"wipe": 1779200945,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5250,
"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/11606937");
$data = json_decode($json, true);
var_dump($data);