Rust
API für Savage Lands | 3x | Monthly | Kits | Max 6 person team
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10933822json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 125821,
"world_seed": 1,
"world_size": 4000,
"steam_id": 90284037444817940,
"domain": null,
"id": 10933822,
"ip": "64.40.8.248",
"port": 28179,
"query": 28176,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to the Savage Lands it is a 3x with a few quality of life fixes use /buy to get a vehicle when u can afford it. scrap is king and stay safe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1776857424,
"icon": null,
"name": "Savage Lands | 3x | Monthly | Kits | Max 6 person team",
"connect": "64.40.8.248:28179",
"request": "64.40.8.248:28176",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2621",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768486656,
"last_update": 1776857424,
"banned": false,
"wipe": 1770794622,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4341,
"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/10933822");
$data = json_decode($json, true);
var_dump($data);