API für Nelsons Wasteland | Vanilla | Solo & Duo Only | 2X Gather rates
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 95316,
"world_seed": 1700619432,
"world_size": 4050,
"steam_id": "90286979768085526",
"domain": null,
"id": 11782067,
"ip": "66.51.98.63",
"port": 28025,
"query": 28026,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": "Solo and Duos only!\r\nNo blueprint wipe!\r\n50% Decay & Upkeep!\r\n2x Gather Rates!\r\nNo racism!\r\nMonthly Server - Map wipes only \r\nWipes FIRST THURSDAY of the month!\r\n10 Minute Locked Crate Times!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376799,
"last_online": 1781477423,
"icon": null,
"name": "Nelsons Wasteland | Vanilla | Solo & Duo Only | 2X Gather rates",
"connect": "66.51.98.63:28025",
"request": "66.51.98.63:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1781376799,
"last_update": 1781477423,
"banned": false,
"wipe": 1780597232,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1502,
"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/11782067");
$data = json_decode($json, true);
var_dump($data);