API für [BR] HYPERLANDIA VANILLA [WIPE HOJE]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 228,
"fps_avg": 226,
"entities_count": 43918,
"world_seed": 716443732,
"world_size": 3000,
"steam_id": "90286039270618133",
"domain": null,
"id": 11587985,
"ip": "18.219.52.28",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Dublin",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779378223,
"last_online": 1779392438,
"icon": null,
"name": "[BR] HYPERLANDIA VANILLA [WIPE HOJE]",
"connect": "18.219.52.28:28015",
"request": "18.219.52.28:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 56,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 55,
"add_date": 1779357523,
"last_update": 1779392438,
"banned": false,
"wipe": 1779329117,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5674,
"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/11587985");
$data = json_decode($json, true);
var_dump($data);