API für [US] FinnaRUST|2X|DUO|PVP|CASES
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 54,
"fps_avg": 56,
"entities_count": 82940,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286610290298897",
"domain": null,
"id": 11502596,
"ip": "91.229.114.91",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "![[US] FinnaRUST|2X|DUO|PVP|CASES](https://www.dropbox.com/scl/fi/ssnw6zh6ediztxi4t7ipb/IMG_9599-1.jpg?rlkey=98vjx3qyetwa6lcsurzjqg85k&st=np5nsa5q&dl=1)\nWork-In-Progress Rust Experience designed for those with lives. This is primarily a content server, don't be a loser. 18+ ONLY. Make an account on our website to be kept up to date on the changes made to the server and to view our list of mods!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607062,
"last_online": 1780636226,
"icon": null,
"name": "[US] FinnaRUST|2X|DUO|PVP|CASES",
"connect": "91.229.114.91:28015",
"request": "91.229.114.91:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779207205,
"last_update": 1780636226,
"banned": false,
"wipe": 1780607273,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1429,
"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/11502596");
$data = json_decode($json, true);
var_dump($data);