API für Nature Reserve NA Casual Beginner/Noob friendly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 49001,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286557279425561",
"domain": null,
"id": 11502417,
"ip": "66.51.96.66",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Ashburn",
"description": "\nCasual server for folks who actually want to enjoy the game, offline raid discouragement\r\n\r\nGeneral info:\r\n-Monthly wipes 2pm EST\r\n-Dedicated Admin\r\n-Low Toxicity\r\n\r\nOffline Protection Hours:\r\n11pm-4pm EST\r\n\r\nFeatures:\r\n-Shared BP's\r\n-DoubleStack Sizes\r\n-Remove Command\r\n-Added Recyclers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780406057,
"last_online": 1780550435,
"icon": null,
"name": "Nature Reserve NA Casual Beginner/Noob friendly",
"connect": "66.51.96.66:28035",
"request": "66.51.96.66:28036",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780550435,
"banned": false,
"wipe": 1780251040,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4944,
"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/11502417");
$data = json_decode($json, true);
var_dump($data);