API für [AU] Rusty Rivets | Monthly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 92,
"fps_avg": 91,
"entities_count": 86396,
"world_seed": 2069670682,
"world_size": 3800,
"steam_id": "90286565239925767",
"domain": null,
"id": 1400217,
"ip": "108.61.227.166",
"port": 28016,
"query": 28017,
"color": 0,
"city": "Alexandria",
"description": "![[AU] Rusty Rivets | Monthly](https://i.supaimg.com/d2c30a0f-d299-4151-8ba6-2df62c2d856e/49d1045d-9350-4c37-9cd6-0c1bd7a36e22.png)\nWelcome to Rusty Rivets. Quiet server for the casual player or someone wanting to learn the game. Low Up Keep 50%. Solo or teams. We have a monthly map wipe schedule. No in game admins. Server restarts daily 4:00am",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780506240,
"last_online": 1780575641,
"icon": null,
"name": "[AU] Rusty Rivets | Monthly",
"connect": "108.61.227.166:28016",
"request": "108.61.227.166:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1696082586,
"last_update": 1780575641,
"banned": false,
"wipe": 1778178495,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2514,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/1400217");
$data = json_decode($json, true);
var_dump($data);